diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-11-09 17:22:35 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-11-09 17:22:35 -0500 |
commit | cc5c2aad96283bc11b418e9b38d034c4c919937b (patch) | |
tree | 807cfc0d0ed9a278bb6a6fcec49dc50d6ea287ab /grunt.js | |
parent | 7ed4aa56c6995c6b7c1c304441de2dccbe622613 (diff) | |
download | jquery-ui-cc5c2aad96283bc11b418e9b38d034c4c919937b.tar.gz jquery-ui-cc5c2aad96283bc11b418e9b38d034c4c919937b.zip |
Dev: enable slider in the test suite
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: { |