aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/button.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-05-07 15:56:24 +0200
committerXhmikosR <[email protected]>2018-05-22 17:26:21 +0300
commit0338b61eb634e7fa3369c84fd931b7c33b731562 (patch)
tree22d3846649369c3740b2d7a45c18362377ec271e /js/tests/unit/button.js
parent0873ab71c78639c0bf622bc3236698eb2b6d920b (diff)
downloadbootstrap-0338b61eb634e7fa3369c84fd931b7c33b731562.tar.xz
bootstrap-0338b61eb634e7fa3369c84fd931b7c33b731562.zip
chore(deps): update qunit and karma-qunit
Diffstat (limited to 'js/tests/unit/button.js')
-rw-r--r--js/tests/unit/button.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/unit/button.js b/js/tests/unit/button.js
index 1fdcce95f..9576dd256 100644
--- a/js/tests/unit/button.js
+++ b/js/tests/unit/button.js
@@ -16,6 +16,7 @@ $(function () {
afterEach: function () {
$.fn.button = $.fn.bootstrapButton
delete $.fn.bootstrapButton
+ $('#qunit-fixture').html('')
}
})