We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5c2aa commit 00e92e1Copy full SHA for 00e92e1
grunt.js
@@ -281,7 +281,7 @@ grunt.initConfig({
281
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
282
// disabling everything that doesn't (quite) work with PhantomJS for now
283
// TODO except for all|index|test, try to include more as we go
284
- return !( /(all|all-active|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
+ return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
285
})
286
},
287
lint: {
tests/unit/all-active.html
0 commit comments