aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/options.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/droppable/options.js')
-rw-r--r--tests/unit/droppable/options.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/droppable/options.js b/tests/unit/droppable/options.js
index 560de09fe..7cc765cf5 100644
--- a/tests/unit/droppable/options.js
+++ b/tests/unit/droppable/options.js
@@ -4,6 +4,7 @@ define( [
"lib/helper",
"ui/widgets/droppable"
], function( QUnit, $, helper ) {
+"use strict";
QUnit.module( "droppable: options", { afterEach: helper.moduleAfterEach } );
@@ -80,6 +81,7 @@ QUnit.test( "scope", function( assert ) {
assert.equal( draggableOffset.left, oldDraggableOffset.left );
assert.equal( draggableOffset.top, oldDraggableOffset.top );
} );
+
/*
Test( "greedy", function() {
ok(false, 'missing test - untested code is broken code');