diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-11-09 17:26:12 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-11-09 17:26:12 -0500 |
commit | 00e92e16b4f4a9f30cb12bbdc23aeba97d17203d (patch) | |
tree | 3a12fc6e6d0a0e3fd5fe25f7418d502ab33406ba /grunt.js | |
parent | cc5c2aad96283bc11b418e9b38d034c4c919937b (diff) | |
download | jquery-ui-00e92e16b4f4a9f30cb12bbdc23aeba97d17203d.tar.gz jquery-ui-00e92e16b4f4a9f30cb12bbdc23aeba97d17203d.zip |
Dev: remove all-active test runner as now all test suites can run cleanly!
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|tabs|tooltip)\.html$/ ).test( file ); + return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file ); }) }, lint: { |