diff options
| author | XhmikosR <[email protected]> | 2019-02-27 13:20:25 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-27 13:20:25 +0200 |
| commit | 9cbd041f6b0b24db4feadc08a4ab967512bd448a (patch) | |
| tree | 7e53b412494460e755dd1fdb81e603b7b98cbff8 /js/tests/unit/tooltip.js | |
| parent | bc60a22a1843928814099ef5e6e26552f55aebae (diff) | |
| download | bootstrap-9cbd041f6b0b24db4feadc08a4ab967512bd448a.tar.xz bootstrap-9cbd041f6b0b24db4feadc08a4ab967512bd448a.zip | |
tests: add tests for plugins version. (#28366)
Diffstat (limited to 'js/tests/unit/tooltip.js')
| -rw-r--r-- | js/tests/unit/tooltip.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index b542cbfb1..3bc91046b 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -1249,4 +1249,9 @@ $(function () { assert.strictEqual(tooltip.config.sanitize, true) }) + + QUnit.test('should return the version', function (assert) { + assert.expect(1) + assert.strictEqual(typeof Tooltip.VERSION, 'string') + }) }) |
