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