mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01: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
@ -1653,6 +1653,7 @@ describe('Dropdown', () => {
|
|||||||
const input = fixtureEl.querySelector('input')
|
const input = fixtureEl.querySelector('input')
|
||||||
|
|
||||||
triggerDropdown.addEventListener('hidden.bs.dropdown', () => {
|
triggerDropdown.addEventListener('hidden.bs.dropdown', () => {
|
||||||
|
expect().nothing()
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user