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

tests: add tests for plugins version. (#28366)

This commit is contained in:
XhmikosR
2019-02-27 13:20:25 +02:00
committed by GitHub
parent bc60a22a18
commit 9cbd041f6b
10 changed files with 42 additions and 16 deletions
+5
View File
@@ -1423,4 +1423,9 @@ $(function () {
assert.strictEqual(offset.offset, myOffset)
assert.ok(typeof offset.fn === 'undefined')
})
QUnit.test('should return the version', function (assert) {
assert.expect(1)
assert.strictEqual(typeof Dropdown.VERSION, 'string')
})
})