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.10.4~101 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9243b9565aa84bc23d2fb79c690c1f8b66aebb71;p=jquery-ui.git Grunt: Allow tabs tests to run in PhantomJS. (cherry picked from commit dd58f9832ba34cf99bc3245d0c4c6ccc486a2ddc) Conflicts: Gruntfile.js --- diff --git a/Gruntfile.js b/Gruntfile.js index 4fc719a81..9c2c88dd3 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|dialog_deprecated|tabs|tooltip)\.html$/ ).test( file ); + return !( /(all|index|test|dialog|dialog_deprecated|tooltip)\.html$/ ).test( file ); }) }, jshint: {