aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/options.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2015-10-17 15:12:26 -0400
committerJörn Zaefferer <joern.zaefferer@gmail.com>2015-10-25 11:22:40 -0400
commit56d6ddc2baf3331e6fb13ccbdda9d7029718ecd6 (patch)
tree5d959159d4b9b97d14ca8ceff5590266624cfdd5 /tests/unit/draggable/options.js
parent800d76ac17345b6016f3d067b41a757ebd2c9bb8 (diff)
downloadjquery-ui-56d6ddc2baf3331e6fb13ccbdda9d7029718ecd6.tar.gz
jquery-ui-56d6ddc2baf3331e6fb13ccbdda9d7029718ecd6.zip
Draggable: Fix options tests
These failed when running through tests/unit/all.html, due to the smaller iframe. Reducing a browser window enough triggered the same issue. Making the top offset much smaller fixes that. The rest is fixing bad indent and adds a missing module call.
Diffstat (limited to 'tests/unit/draggable/options.js')
-rw-r--r--tests/unit/draggable/options.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/draggable/options.js b/tests/unit/draggable/options.js
index 2c8de5a0a..2aa5a1ae1 100644
--- a/tests/unit/draggable/options.js
+++ b/tests/unit/draggable/options.js
@@ -6,6 +6,8 @@ define( [
"ui/widgets/sortable"
], function( $, testHelper ) {
+module( "draggable: options" );
+
// TODO: This doesn't actually test whether append happened, possibly remove
test( "{ appendTo: 'parent' }, default, no clone", function() {
expect( 4 );