8000 Grunt: Removed tooltip tests from qunit task. · faroncoder/jquery-ui@fd9b355 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd9b355

Browse files
committed
Grunt: Removed tooltip tests from qunit task.
1 parent eb392b3 commit fd9b355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ grunt.initConfig({
280280
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
281281
// disabling everything that doesn't (quite) work with PhantomJS for now
282282
// 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 );
283+
return !( /(all|all-active|index|test|draggable|droppable|selectable|resizable|sortable|dialog|slider|datepicker|tabs|tabs_deprecated|tooltip)\.html$/ ).test( file );
284284
})
285285
},
286286
lint: {

0 commit comments

Comments
 (0)
0