diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2013-10-29 09:52:57 -0400 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2013-10-29 13:25:57 -0400 |
commit | a3715a7c919d242e3ffcdddc2f1db61133d9f560 (patch) | |
tree | 60a4d7bed11e6ba3dc40079fb78d020f36c9dba9 /Gruntfile.js | |
parent | 8b64322e982e97cdfd5cdd184c8993f7123d469e (diff) | |
download | jquery-ui-a3715a7c919d242e3ffcdddc2f1db61133d9f560.tar.gz jquery-ui-a3715a7c919d242e3ffcdddc2f1db61133d9f560.zip |
Draggable Tests: Ensure all combinations of helper / draggable positions / scrollParents / parent positions are tested accurately.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index ad5e6f925..bf09ef6e1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -172,7 +172,7 @@ grunt.initConfig({ files: 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|index|test|dialog|tooltip)\.html$/ ).test( file ); + return !( /(all|index|test|dialog|tooltip|draggable)\.html$/ ).test( file ); }) }, jshint: { |