[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: {
tab: 'Start'
},
modal: {
activeModal: undefined
}
},
settings: {
@ -47,7 +50,8 @@ export function TStore(){
sort: {
desc: true,
column: 'PathColumn'
}
},
view: [ tflow ]
},
connection: {
state: ConnectionState.ESTABLISHED