init
This commit is contained in:
10
include/jQuery/jquery-ui/tests/unit/droppable/droppable_test_helpers.js
vendored
Normal file
10
include/jQuery/jquery-ui/tests/unit/droppable/droppable_test_helpers.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
TestHelpers.droppable = {
|
||||
shouldDrop: function() {
|
||||
// todo: actually implement this
|
||||
ok(true, "missing test - untested code is broken code");
|
||||
},
|
||||
shouldNotDrop: function() {
|
||||
// todo: actually implement this
|
||||
ok(true, "missing test - untested code is broken code");
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user