Files
crm.e5.pl/include/jQuery/jquery-ui/tests/unit/droppable/droppable_test_helpers.js
2024-04-27 09:23:34 +02:00

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