diff options
Diffstat (limited to 'tests/unit/datepicker/datepicker_methods.js')
-rw-r--r-- | tests/unit/datepicker/datepicker_methods.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/unit/datepicker/datepicker_methods.js b/tests/unit/datepicker/datepicker_methods.js index c102f7ac3..8d078f099 100644 --- a/tests/unit/datepicker/datepicker_methods.js +++ b/tests/unit/datepicker/datepicker_methods.js @@ -3,12 +3,7 @@ */ (function($) { -module("datepicker: methods", { - teardown: function() { - stop(); - setTimeout(start, 13); - } -}); +module("datepicker: methods"); test('destroy', function() { var inp = init('#inp'); |