fix imports in test

This commit is contained in:
Shin'ya Ueoka 2017-10-05 20:12:08 +09:00
parent c5e9a3d35d
commit 5ef9a2a60c
15 changed files with 24 additions and 24 deletions
test/actions

View file

@ -1,6 +1,6 @@
import { expect } from "chai";
import actions from '../../src/actions';
import * as consoleActions from '../../src/actions/console';
import actions from 'actions';
import * as consoleActions from 'actions/console';
describe("console actions", () => {
describe("showCommand", () => {