2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

dropdown.spec.js: expect nothing in constructor (#38442)

This commit is contained in:
XhmikosR
2023-04-11 18:03:34 +03:00
committed by GitHub
parent fdd306f481
commit 4f24144a31
+1
View File
@@ -75,6 +75,7 @@ describe('Dropdown', () => {
resolve() resolve()
}) })
expect().nothing()
dropdown.show() dropdown.show()
}) })
}) })