jquery-ui/tests/unit/sortable/sortable_core.js

13 lines
177 B
JavaScript
Raw Normal View History

/*
* sortable_core.js
*/
(function($) {
module("sortable: core");
test("testname", function() {
ok(false, "missing test - untested code is broken code.");
});
})(jQuery);