We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efbdbf commit 8edaf14Copy full SHA for 8edaf14
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|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
+ return !( /(all|index|test|dialog|tabs|timepicker|tooltip)\.html$/ ).test( file );
285
})
286
},
287
lint: {
0 commit comments