aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-04-11 18:03:34 +0300
committerGitHub <[email protected]>2023-04-11 18:03:34 +0300
commit4f24144a31996339daa5e4fc972f9644f12d07ca (patch)
tree2bd4663fa0d3d5a3cf47e1dafb26fde902bf4b43 /js
parentfdd306f48100304b09ffd525a4d0cd3f524e0693 (diff)
downloadbootstrap-4f24144a31996339daa5e4fc972f9644f12d07ca.tar.xz
bootstrap-4f24144a31996339daa5e4fc972f9644f12d07ca.zip
dropdown.spec.js: expect nothing in constructor (#38442)
Diffstat (limited to 'js')
-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 918435247..8447be60b 100644
--- a/js/tests/unit/dropdown.spec.js
+++ b/js/tests/unit/dropdown.spec.js
@@ -75,6 +75,7 @@ describe('Dropdown', () => {
resolve()
})
+ expect().nothing()
dropdown.show()
})
})