From: XhmikosR Date: Tue, 11 Apr 2023 15:03:34 +0000 (+0300) Subject: dropdown.spec.js: expect nothing in constructor (#38442) X-Git-Tag: v5.3.0~54 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f24144a31996339daa5e4fc972f9644f12d07ca;p=thirdparty%2Fbootstrap.git dropdown.spec.js: expect nothing in constructor (#38442) --- diff --git a/js/tests/unit/dropdown.spec.js b/js/tests/unit/dropdown.spec.js index 9184352477..8447be60bb 100644 --- a/js/tests/unit/dropdown.spec.js +++ b/js/tests/unit/dropdown.spec.js @@ -75,6 +75,7 @@ describe('Dropdown', () => { resolve() }) + expect().nothing() dropdown.show() }) })