diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:22:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:22:19 +0000 |
commit | 6c0806874f6757db30937bf5620ef41819c1538d (patch) | |
tree | 40874ca50d55d0ef5a942d26e5a37cf1516c378a /js/tests/unit/tab.spec.js | |
parent | Releasing debian version 5.3.1+dfsg-1. (diff) | |
download | bootstrap-html-6c0806874f6757db30937bf5620ef41819c1538d.tar.xz bootstrap-html-6c0806874f6757db30937bf5620ef41819c1538d.zip |
Merging upstream version 5.3.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'js/tests/unit/tab.spec.js')
-rw-r--r-- | js/tests/unit/tab.spec.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/tests/unit/tab.spec.js b/js/tests/unit/tab.spec.js index 007addd..4fcf8ee 100644 --- a/js/tests/unit/tab.spec.js +++ b/js/tests/unit/tab.spec.js @@ -1,5 +1,7 @@ import Tab from '../../src/tab.js' -import { clearFixture, createEvent, getFixture, jQueryMock } from '../helpers/fixture.js' +import { + clearFixture, createEvent, getFixture, jQueryMock +} from '../helpers/fixture.js' describe('Tab', () => { let fixtureEl |