We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445ffd0 commit dd58f98Copy full SHA for dd58f98
Gruntfile.js
@@ -318,7 +318,7 @@ grunt.initConfig({
318
files: expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
319
// disabling everything that doesn't (quite) work with PhantomJS for now
320
// TODO except for all|index|test, try to include more as we go
321
- return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
+ return !( /(all|index|test|dialog|tooltip)\.html$/ ).test( file );
322
})
323
},
324
jshint: {
0 commit comments