aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/alert.spec.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-08-26 19:23:46 +0300
committerXhmikosR <[email protected]>2021-09-28 19:19:29 +0300
commitf2541d132e80a14d00bd4db9cb325e1f400639fc (patch)
tree8e49cfea81882f854de7f50bdc196ef4dec72649 /js/tests/unit/alert.spec.js
parent21c2f18e8f949416f08e5a5c85778c412bb4c3d9 (diff)
downloadbootstrap-main-xmr-xo.tar.xz
bootstrap-main-xmr-xo.zip
Fix `import/extensions` issuesmain-xmr-xo
Diffstat (limited to 'js/tests/unit/alert.spec.js')
-rw-r--r--js/tests/unit/alert.spec.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/js/tests/unit/alert.spec.js b/js/tests/unit/alert.spec.js
index 72cd23d89..36a4151ee 100644
--- a/js/tests/unit/alert.spec.js
+++ b/js/tests/unit/alert.spec.js
@@ -1,8 +1,6 @@
-import Alert from '../../src/alert'
-import { getTransitionDurationFromElement } from '../../src/util/index'
-
-/** Test helpers */
-import { clearFixture, getFixture, jQueryMock } from '../helpers/fixture'
+import Alert from '../../src/alert.js'
+import { getTransitionDurationFromElement } from '../../src/util/index.js'
+import { clearFixture, getFixture, jQueryMock } from '../helpers/fixture.js'
describe('Alert', () => {
let fixtureEl