]> 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>
Mon, 25 Nov 2013 22:19:22 +0000 (17:19 -0500)
(cherry picked from commit dd58f9832ba34cf99bc3245d0c4c6ccc486a2ddc)

Conflicts:

Gruntfile.js

Gruntfile.js

index 4fc719a8160fc1edf28c9977bea8edb0b0d91444..9c2c88dd3cc3258fd26bc6375c48c77a6dd8af09 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|dialog_deprecated|tabs|tooltip)\.html$/ ).test( file );
+                       return !( /(all|index|test|dialog|dialog_deprecated|tooltip)\.html$/ ).test( file );
                })
        },
        jshint: {