]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
dropdown.spec.js: expect nothing in constructor (#38442)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 11 Apr 2023 15:03:34 +0000 (18:03 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 15:03:34 +0000 (18:03 +0300)
js/tests/unit/dropdown.spec.js

index 918435247756ed0006de93360f473b1004b6b9ab..8447be60bb6b926a37378f80069bb26b6347bbff 100644 (file)
@@ -75,6 +75,7 @@ describe('Dropdown', () => {
           resolve()
         })
 
+        expect().nothing()
         dropdown.show()
       })
     })