aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-11-09 17:22:35 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-11-09 17:22:35 -0500
commitcc5c2aad96283bc11b418e9b38d034c4c919937b (patch)
tree807cfc0d0ed9a278bb6a6fcec49dc50d6ea287ab /grunt.js
parent7ed4aa56c6995c6b7c1c304441de2dccbe622613 (diff)
downloadjquery-ui-cc5c2aad96283bc11b418e9b38d034c4c919937b.tar.gz
jquery-ui-cc5c2aad96283bc11b418e9b38d034c4c919937b.zip
Dev: enable slider in the test suite
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index f960e90bc..b596f43e7 100644
--- a/grunt.js
+++ b/grunt.js
@@ -281,7 +281,7 @@ 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|dialog|slider|tabs|tooltip)\.html$/ ).test( file );
+ return !( /(all|all-active|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
})
},
lint: {