From: Scott González Date: Fri, 12 Apr 2013 13:05:48 +0000 (-0400) Subject: Grunt: Allow tabs tests to run in PhantomJS. X-Git-Tag: 1.11.0-beta.1~353 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd58f9832ba34cf99bc3245d0c4c6ccc486a2ddc;p=jquery-ui.git Grunt: Allow tabs tests to run in PhantomJS. --- diff --git a/Gruntfile.js b/Gruntfile.js index 24f84b715..d5b1a42c4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {