Skip to content

Commit 0536811

Browse files
JustinMacCarthyscottgonzalez
JustinMacCarthy
authored andcommitted
added empty test for containment by array option
1 parent f24bc0f commit 0536811

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/draggable/draggable_options.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ test("{ containment: Selector }", function() {
202202
ok(false, 'missing test - untested code is broken code');
203203
});
204204

205+
test("{ containment: [x1, y1, x2, y2] }", function() {
206+
ok(false, 'missing test - untested code is broken code');
207+
});
208+
205209
test("{ cursor: 'auto' }, default", function() {
206210
equals(draggable_defaults.cursor, 'auto');
207211

0 commit comments

Comments
 (0)