From daec9854e2eb81eb846ad1a7c1080936e31f38d7 Mon Sep 17 00:00:00 2001 From: Matthew Shao Date: Thu, 29 Jun 2017 09:06:55 +0800 Subject: [PATCH] [web] Update __tests__/ducks/tutils.js --- web/src/js/__tests__/ducks/tutils.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/js/__tests__/ducks/tutils.js b/web/src/js/__tests__/ducks/tutils.js index 2a79ede01..9b92e6763 100644 --- a/web/src/js/__tests__/ducks/tutils.js +++ b/web/src/js/__tests__/ducks/tutils.js @@ -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