diff options
| author | XhmikosR <[email protected]> | 2023-04-11 18:03:34 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-11 18:03:34 +0300 |
| commit | 4f24144a31996339daa5e4fc972f9644f12d07ca (patch) | |
| tree | 2bd4663fa0d3d5a3cf47e1dafb26fde902bf4b43 /js/tests/unit | |
| parent | fdd306f48100304b09ffd525a4d0cd3f524e0693 (diff) | |
| download | bootstrap-4f24144a31996339daa5e4fc972f9644f12d07ca.tar.xz bootstrap-4f24144a31996339daa5e4fc972f9644f12d07ca.zip | |
dropdown.spec.js: expect nothing in constructor (#38442)
Diffstat (limited to 'js/tests/unit')
| -rw-r--r-- | js/tests/unit/dropdown.spec.js | 1 |
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() }) }) |
