Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/util/template-factory.spec.js')
-rw-r--r--js/tests/unit/util/template-factory.spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/unit/util/template-factory.spec.js b/js/tests/unit/util/template-factory.spec.js
index 5e5724c5f8..bc947dc46a 100644
--- a/js/tests/unit/util/template-factory.spec.js
+++ b/js/tests/unit/util/template-factory.spec.js
@@ -1,5 +1,5 @@
-import { clearFixture, getFixture } from '../../helpers/fixture'
-import TemplateFactory from '../../../src/util/template-factory'
+import { clearFixture, getFixture } from '../../helpers/fixture.js'
+import TemplateFactory from '../../../src/util/template-factory.js'
describe('TemplateFactory', () => {
let fixtureEl