Files
crm.twinpol.com/include/jQuery/jquery-ui/tests/unit/droppable/droppable_test_helpers.js
2025-05-12 15:45:17 +00:00

10 lines
278 B
JavaScript
Executable File

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