diff options
Diffstat (limited to 'js/tests/unit/scrollspy.spec.js')
| -rw-r--r-- | js/tests/unit/scrollspy.spec.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/js/tests/unit/scrollspy.spec.js b/js/tests/unit/scrollspy.spec.js index ad44d5b3c..fd89c2a01 100644 --- a/js/tests/unit/scrollspy.spec.js +++ b/js/tests/unit/scrollspy.spec.js @@ -1,8 +1,6 @@ -import ScrollSpy from '../../src/scrollspy' -import Manipulator from '../../src/dom/manipulator' - -/** Test helpers */ -import { getFixture, clearFixture, createEvent, jQueryMock } from '../helpers/fixture' +import ScrollSpy from '../../src/scrollspy.js' +import Manipulator from '../../src/dom/manipulator.js' +import { getFixture, clearFixture, createEvent, jQueryMock } from '../helpers/fixture.js' describe('ScrollSpy', () => { let fixtureEl |
