diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-21 17:46:02 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-21 17:46:02 -0400 |
commit | fd9b355a8e4f4a18b719905004a4ac346be691bb (patch) | |
tree | ce11570adc85d0252b559dcb8a2cfdf25221ab04 /grunt.js | |
parent | eb392b30359e334a1777ed3a8bc1237ce09528a5 (diff) | |
download | jquery-ui-fd9b355a8e4f4a18b719905004a4ac346be691bb.tar.gz jquery-ui-fd9b355a8e4f4a18b719905004a4ac346be691bb.zip |
Grunt: Removed tooltip tests from qunit task.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ grunt.initConfig({ files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) { // disabling everything that doesn't (quite) work with PhantomJS for now // TODO except for all|index|test, try to include more as we go - 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 ); }) }, lint: { |