mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Fix test warning for dropdown, without expectations (#33938)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
bc0993d7f9
commit
d794e8970b
1 changed files with 1 additions and 0 deletions
|
|
@ -1653,6 +1653,7 @@ describe('Dropdown', () => {
|
|||
const input = fixtureEl.querySelector('input')
|
||||
|
||||
triggerDropdown.addEventListener('hidden.bs.dropdown', () => {
|
||||
expect().nothing()
|
||||
done()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue