aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorGeoSot <[email protected]>2021-05-11 12:54:51 +0300
committerGitHub <[email protected]>2021-05-11 12:54:51 +0300
commitd794e8970ba4f4123bd03f186d8eb6ffe60eec12 (patch)
treededbf1eb0544239b307050f720f1c53be19cc147 /js/tests
parentbc0993d7f908511998f1af10a39f6ed6d8c16719 (diff)
downloadbootstrap-d794e8970ba4f4123bd03f186d8eb6ffe60eec12.tar.xz
bootstrap-d794e8970ba4f4123bd03f186d8eb6ffe60eec12.zip
Fix test warning for dropdown, without expectations (#33938)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/dropdown.spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/unit/dropdown.spec.js b/js/tests/unit/dropdown.spec.js
index 1c3e8652f..712185784 100644
--- a/js/tests/unit/dropdown.spec.js
+++ b/js/tests/unit/dropdown.spec.js
@@ -1653,6 +1653,7 @@ describe('Dropdown', () => {
const input = fixtureEl.querySelector('input')
triggerDropdown.addEventListener('hidden.bs.dropdown', () => {
+ expect().nothing()
done()
})