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:
@@ -160,4 +160,9 @@ $(function () {
|
||||
sandbox.restore()
|
||||
}
|
||||
})
|
||||
|
||||
QUnit.test('Util.jQueryDetection should detect jQuery', function (assert) {
|
||||
assert.expect(0)
|
||||
Util.jQueryDetection()
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user