2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

tests: switch to strictEqual/notStrictEqual

This commit is contained in:
XhmikosR
2020-05-08 16:36:20 +03:00
parent 195585f5a6
commit 5f79b75ea8
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ $(function () {
'</div>'
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 () {