diff options
Diffstat (limited to 'test/content/hint.test.js')
-rw-r--r-- | test/content/hint.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/content/hint.test.js b/test/content/hint.test.js index 9b2ab6e..1547971 100644 --- a/test/content/hint.test.js +++ b/test/content/hint.test.js @@ -1,5 +1,5 @@ import { expect } from "chai"; -import Hint from '../../src/content/hint'; +import Hint from 'content/hint'; describe('Hint class', () => { beforeEach(() => { |