Grunt: Allow tabs tests to run in PhantomJS.

This commit is contained in:
Scott González
2013-04-12 09:05:48 -04:00
parent 445ffd0acc
commit dd58f9832b

View 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: {