From 68ad80c2922daccba773a9adafe9fb5efcb129a2 Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Thu, 1 Nov 2012 20:54:52 -0400 Subject: Dev: Standardize sortable test suite. Fixed #8755 - Dev: Get sortable test suite to pass --- grunt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grunt.js') diff --git a/grunt.js b/grunt.js index 85ec8611c..84b2b7e8d 100644 --- a/grunt.js +++ b/grunt.js @@ -281,13 +281,13 @@ grunt.initConfig({ files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) { // disabling everything that doesn't (quite) work with PhantomJS for now // TODO except for all|index|test, try to include more as we go - return !( /(all|all-active|index|test|sortable|dialog|slider|datepicker|tabs|tooltip)\.html$/ ).test( file ); + return !( /(all|all-active|index|test|dialog|slider|datepicker|tabs|tooltip)\.html$/ ).test( file ); }) }, lint: { ui: grunt.file.expandFiles( "ui/*.js" ).filter(function( file ) { // TODO remove items from this list once rewritten - return !( /(mouse|datepicker|sortable)\.js$/ ).test( file ); + return !( /(mouse|datepicker)\.js$/ ).test( file ); }), grunt: [ "grunt.js", "build/**/*.js" ], tests: "tests/unit/**/*.js" -- cgit v1.2.3