diff options
| author | GeoSot <[email protected]> | 2021-05-11 12:54:51 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-11 12:54:51 +0300 |
| commit | d794e8970ba4f4123bd03f186d8eb6ffe60eec12 (patch) | |
| tree | dedbf1eb0544239b307050f720f1c53be19cc147 /js/tests | |
| parent | bc0993d7f908511998f1af10a39f6ed6d8c16719 (diff) | |
| download | bootstrap-d794e8970ba4f4123bd03f186d8eb6ffe60eec12.tar.xz bootstrap-d794e8970ba4f4123bd03f186d8eb6ffe60eec12.zip | |
Fix test warning for dropdown, without expectations (#33938)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/unit/dropdown.spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tests/unit/dropdown.spec.js b/js/tests/unit/dropdown.spec.js index 1c3e8652f..712185784 100644 --- a/js/tests/unit/dropdown.spec.js +++ b/js/tests/unit/dropdown.spec.js @@ -1653,6 +1653,7 @@ describe('Dropdown', () => { const input = fixtureEl.querySelector('input') triggerDropdown.addEventListener('hidden.bs.dropdown', () => { + expect().nothing() done() }) |
