Skip to content

Commit dd58f98

Browse files
committed
Grunt: Allow tabs tests to run in PhantomJS.
1 parent 445ffd0 commit dd58f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ grunt.initConfig({
318318
files: expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
319319
// disabling everything that doesn't (quite) work with PhantomJS for now
320320
// TODO except for all|index|test, try to include more as we go
321-
return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
321+
return !( /(all|index|test|dialog|tooltip)\.html$/ ).test( file );
322322
})
323323
},
324324
jshint: {

0 commit comments

Comments
 (0)