]> source.dussan.org Git - jquery-ui.git/commitdiff
Grunt: Allow tabs tests to run in PhantomJS.
authorScott González <scott.gonzalez@gmail.com>
Fri, 12 Apr 2013 13:05:48 +0000 (09:05 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 12 Apr 2013 13:05:48 +0000 (09:05 -0400)
Gruntfile.js

index 24f84b715bd2c73f00879623be6e9bfdbd76b088..d5b1a42c4753d247fb73a52dd032f479182bcb9c 100644 (file)
@@ -318,7 +318,7 @@ grunt.initConfig({
                files: 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|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
+                       return !( /(all|index|test|dialog|tooltip)\.html$/ ).test( file );
                })
        },
        jshint: {