1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 00:39:54 +00:00

Fix test warning for dropdown, without expectations (#33938)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
GeoSot 2021-05-11 12:54:51 +03:00 committed by GitHub
parent bc0993d7f9
commit d794e8970b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1653,6 +1653,7 @@ describe('Dropdown', () => {
const input = fixtureEl.querySelector('input')
triggerDropdown.addEventListener('hidden.bs.dropdown', () => {
expect().nothing()
done()
})