mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
sortable unit tests: stubbed out missing tests
This commit is contained in:
parent
e1292ce71d
commit
1c2f51f571
@ -26,8 +26,4 @@ var margin = function(el, side) { return parseInt(el.css('margin-' + side)); }
|
||||
|
||||
module("sortable: core");
|
||||
|
||||
test("testname", function() {
|
||||
ok(false, "missing test - untested code is broken code.");
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
|
Loading…
Reference in New Issue
Block a user