nsedit/jquery-ui/tests/unit/droppable/droppable_test_helpers.js
2016-08-05 13:20:20 +02:00

10 lines
No EOL
278 B
JavaScript

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");
}
};