aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2013-10-29 09:52:57 -0400
committerMike Sherov <mike.sherov@gmail.com>2013-10-29 13:25:57 -0400
commita3715a7c919d242e3ffcdddc2f1db61133d9f560 (patch)
tree60a4d7bed11e6ba3dc40079fb78d020f36c9dba9 /Gruntfile.js
parent8b64322e982e97cdfd5cdd184c8993f7123d469e (diff)
downloadjquery-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.js2
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: {