Types on src/console

This commit is contained in:
Shin'ya Ueoka 2019-05-01 23:10:37 +09:00
parent 8cf8a0e625
commit 0452370df4
13 changed files with 206 additions and 105 deletions

View file

@ -1,4 +1,4 @@
import actions from 'console/actions';
import * as actions from 'console/actions';
import * as consoleActions from 'console/actions/console';
describe("console actions", () => {

View file

@ -1,4 +1,4 @@
import actions from 'console/actions';
import * as actions from 'console/actions';
import reducer from 'console/reducers';
describe("console reducer", () => {