]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
tests: comply to the new rules
authorXhmikosR <xhmikosr@gmail.com>
Mon, 23 Nov 2020 16:26:21 +0000 (18:26 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 15 Sep 2021 12:44:20 +0000 (15:44 +0300)
commit551f37aff6dedce0fa9c0d2d7c15b7704ebaacf3
treea41d39f600140e93af84a675feb34e870e9ca683
parent5391ecdfde7f430a123e4512a21f1a754f304827
tests: comply to the new rules

Use `assert.strictEqual`/`assert.true`/`assert.false`
12 files changed:
js/tests/unit/alert.js
js/tests/unit/button.js
js/tests/unit/carousel.js
js/tests/unit/collapse.js
js/tests/unit/dropdown.js
js/tests/unit/modal.js
js/tests/unit/popover.js
js/tests/unit/scrollspy.js
js/tests/unit/tab.js
js/tests/unit/toast.js
js/tests/unit/tooltip.js
js/tests/unit/util.js