mod/bootstrap/vendor/bootstrap/js/tests/unit/button.js in card-1.93.2 vs mod/bootstrap/vendor/bootstrap/js/tests/unit/button.js in card-1.93.3
- old
+ new
@@ -19,10 +19,10 @@
}
})
QUnit.test('should provide no conflict', function (assert) {
assert.expect(1)
- assert.strictEqual($.fn.button, undefined, 'button was set back to undefined (org value)')
+ assert.strictEqual(typeof $.fn.button, 'undefined', 'button was set back to undefined (org value)')
})
QUnit.test('should return jquery collection containing the element', function (assert) {
assert.expect(2)
var $el = $('<div/>')