[web] Update __tests__/ducks/tutils.js

This commit is contained in:
Matthew Shao 2017-06-29 09:06:55 +08:00
parent 7784d7cdd0
commit daec9854e2

View File

@ -32,6 +32,9 @@ export function TStore(){
}, },
header: { header: {
tab: 'Start' tab: 'Start'
},
modal: {
activeModal: undefined
} }
}, },
settings: { settings: {
@ -47,7 +50,8 @@ export function TStore(){
sort: { sort: {
desc: true, desc: true,
column: 'PathColumn' column: 'PathColumn'
} },
view: [ tflow ]
}, },
connection: { connection: {
state: ConnectionState.ESTABLISHED state: ConnectionState.ESTABLISHED