diff options
Diffstat (limited to 'js/tests/unit/button.spec.js')
| -rw-r--r-- | js/tests/unit/button.spec.js | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/js/tests/unit/button.spec.js b/js/tests/unit/button.spec.js index be99177e8..03506b92d 100644 --- a/js/tests/unit/button.spec.js +++ b/js/tests/unit/button.spec.js @@ -1,11 +1,5 @@ -import Button from '../../src/button' - -/** Test helpers */ -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 |
