mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 07:37:27 +02:00
Fix test warning for dropdown, without expectations (#33938)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -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()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user