Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/jquery.spec.js')
-rw-r--r--js/tests/unit/jquery.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/jquery.spec.js b/js/tests/unit/jquery.spec.js
index 1c9258bd11..16781a3518 100644
--- a/js/tests/unit/jquery.spec.js
+++ b/js/tests/unit/jquery.spec.js
@@ -49,7 +49,7 @@ describe('jQuery', () => {
$(fixtureEl).find('.alert')
.one('closed.bs.alert', () => {
- expect($(fixtureEl).find('.alert').length).toEqual(0)
+ expect($(fixtureEl).find('.alert')).toHaveSize(0)
done()
})