Types on src/console
This commit is contained in:
parent
8cf8a0e625
commit
0452370df4
13 changed files with 206 additions and 105 deletions
|
@ -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", () => {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import actions from 'console/actions';
|
||||
import * as actions from 'console/actions';
|
||||
import reducer from 'console/reducers';
|
||||
|
||||
describe("console reducer", () => {
|
||||
|
|
Reference in a new issue