1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02: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

View File

@@ -160,4 +160,9 @@ $(function () {
sandbox.restore()
}
})
QUnit.test('Util.jQueryDetection should detect jQuery', function (assert) {
assert.expect(0)
Util.jQueryDetection()
})
})