aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-12-06 09:51:35 +0100
committerXhmikosR <[email protected]>2018-12-06 10:51:35 +0200
commitfa03289d1381247b1ce72cdbd7424fbf4bfb493a (patch)
tree487f5e487229ba1beabdb52fd264d6ab71d92e0e /js/tests/unit/tooltip.js
parent947f749e23ac8c0eab734662e2d6b69f938e9596 (diff)
downloadbootstrap-fa03289d1381247b1ce72cdbd7424fbf4bfb493a.tar.xz
bootstrap-fa03289d1381247b1ce72cdbd7424fbf4bfb493a.zip
avoid console call in our unit tests (#27790)
Diffstat (limited to 'js/tests/unit/tooltip.js')
-rw-r--r--js/tests/unit/tooltip.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index 289f8aebf..54dbe57bd 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -563,7 +563,6 @@ $(function () {
$tooltip.bootstrapTooltip('show')
} catch (err) {
passed = false
- console.log(err)
}
assert.ok(passed, '.tooltip(\'show\') should not throw an error if element no longer is in dom')