mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03: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')
|
||||
|
||||
triggerDropdown.addEventListener('hidden.bs.dropdown', () => {
|
||||
expect().nothing()
|
||||
done()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user