move messages to content

This commit is contained in:
Shin'ya Ueoka 2017-09-30 20:27:26 +09:00
parent 1145eb3478
commit 6551420e1a
15 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
import { expect } from "chai";
import Completion from '../../src/console/completion';
import Completion from '../../src/pages/completion';
describe('Completion class', () => {
describe('#constructor', () => {