Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2021-05-11 12:54:51 +0300
committerGitHub <noreply@github.com>2021-05-11 12:54:51 +0300
commitd794e8970ba4f4123bd03f186d8eb6ffe60eec12 (patch)
treededbf1eb0544239b307050f720f1c53be19cc147 /js/tests
parentbc0993d7f908511998f1af10a39f6ed6d8c16719 (diff)
Fix test warning for dropdown, without expectations (#33938)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
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 1c3e8652f3..7121857841 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()
})