diff options
-rw-r--r-- | tests/unit/sortable/sortable_core.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/sortable/sortable_core.js b/tests/unit/sortable/sortable_core.js index 850678928..ecc120398 100644 --- a/tests/unit/sortable/sortable_core.js +++ b/tests/unit/sortable/sortable_core.js @@ -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); |