move hint component
This commit is contained in:
parent
9f2dcde566
commit
890f84c343
5 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
import { expect } from "chai";
|
||||
import Hint from 'content/hint';
|
||||
import Hint from 'content/components/hint';
|
||||
|
||||
describe('Hint class', () => {
|
||||
beforeEach(() => {
|
||||
document.body.innerHTML = __html__['test/content/hint.html'];
|
||||
document.body.innerHTML = __html__['test/content/components/hint.html'];
|
||||
});
|
||||
|
||||
describe('#constructor', () => {
|
Reference in a new issue