2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix import/extensions issues

This commit is contained in:
XhmikosR
2021-08-26 19:23:46 +03:00
parent 076af07fc0
commit 043756b613
52 changed files with 197 additions and 199 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import Button from '../../src/button'
import { getFixture, clearFixture, jQueryMock } from '../helpers/fixture'
import Button from '../../src/button.js'
import { getFixture, clearFixture, jQueryMock } from '../helpers/fixture.js'
describe('Button', () => {
let fixtureEl