aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-11-09 17:26:12 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-11-09 17:26:12 -0500
commit00e92e16b4f4a9f30cb12bbdc23aeba97d17203d (patch)
tree3a12fc6e6d0a0e3fd5fe25f7418d502ab33406ba /grunt.js
parentcc5c2aad96283bc11b418e9b38d034c4c919937b (diff)
downloadjquery-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index b596f43e7..91293e6bc 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|tabs|tooltip)\.html$/ ).test( file );
+ return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
})
},
lint: {