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 eb392b3 commit fd9b355Copy full SHA for fd9b355
grunt.js
@@ -280,7 +280,7 @@ grunt.initConfig({
280
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
281
// disabling everything that doesn't (quite) work with PhantomJS for now
282
// TODO except for all|index|test, try to include more as we go
283
- return !( /(all|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tabs_deprecated)\.html$/ ).test( file );
+ return !( /(all|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tabs_deprecated|tooltip)\.html$/ ).test( file );
284
})
285
},
286
lint: {
0 commit comments