diff options
| author | XhmikosR <[email protected]> | 2021-08-26 19:23:46 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-09-28 19:19:29 +0300 |
| commit | f2541d132e80a14d00bd4db9cb325e1f400639fc (patch) | |
| tree | 8e49cfea81882f854de7f50bdc196ef4dec72649 /js/tests/unit/util/focustrap.spec.js | |
| parent | 21c2f18e8f949416f08e5a5c85778c412bb4c3d9 (diff) | |
| download | bootstrap-main-xmr-xo.tar.xz bootstrap-main-xmr-xo.zip | |
Fix `import/extensions` issuesmain-xmr-xo
Diffstat (limited to 'js/tests/unit/util/focustrap.spec.js')
| -rw-r--r-- | js/tests/unit/util/focustrap.spec.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/tests/unit/util/focustrap.spec.js b/js/tests/unit/util/focustrap.spec.js index 99bc95fca..1718cbba2 100644 --- a/js/tests/unit/util/focustrap.spec.js +++ b/js/tests/unit/util/focustrap.spec.js @@ -1,7 +1,7 @@ -import FocusTrap from '../../../src/util/focustrap' -import EventHandler from '../../../src/dom/event-handler' -import SelectorEngine from '../../../src/dom/selector-engine' -import { clearFixture, getFixture, createEvent } from '../../helpers/fixture' +import FocusTrap from '../../../src/util/focustrap.js' +import EventHandler from '../../../src/dom/event-handler.js' +import SelectorEngine from '../../../src/dom/selector-engine.js' +import { clearFixture, getFixture, createEvent } from '../../helpers/fixture.js' describe('FocusTrap', () => { let fixtureEl |
