move hint component

This commit is contained in:
Shin'ya Ueoka 2017-10-14 06:40:49 +09:00
parent 9f2dcde566
commit 890f84c343
5 changed files with 3 additions and 3 deletions

View file

@ -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', () => {