diff --git a/js/tests/unit/alert.js b/js/tests/unit/alert.js index 65a8f9e767..0d89d5f53d 100644 --- a/js/tests/unit/alert.js +++ b/js/tests/unit/alert.js @@ -56,7 +56,7 @@ $(function () { '' var $alert = $(alertHTML).appendTo('#qunit-fixture').bootstrapAlert() - assert.notEqual($('#qunit-fixture').find('.alert').length, 0, 'element added to dom') + assert.notStrictEqual($('#qunit-fixture').find('.alert').length, 0, 'element added to dom') $alert .one('closed.bs.alert', function () { diff --git a/js/tests/unit/modal.js b/js/tests/unit/modal.js index 14cebe84f3..95c3340328 100644 --- a/js/tests/unit/modal.js +++ b/js/tests/unit/modal.js @@ -68,7 +68,7 @@ $(function () { $('