2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix jquery detection

This commit is contained in:
Johann-S
2019-03-01 14:52:43 +01:00
committed by XhmikosR
parent dad0765ed3
commit 86de1d3875
3 changed files with 23 additions and 18 deletions
+5
View File
@@ -160,4 +160,9 @@ $(function () {
sandbox.restore()
}
})
QUnit.test('Util.jQueryDetection should detect jQuery', function (assert) {
assert.expect(0)
Util.jQueryDetection()
})
})