diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 5b76ad9fd..345a5a106 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -67,6 +67,8 @@ function testSettingOptions(widget, options) { same(instance.options[option], val, option + ': ' + type); }); }); + + el.remove(); }); }