aboutsummaryrefslogtreecommitdiffstats
path: root/web/src
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-06-29 09:06:55 +0800
committerMatthew Shao <me@matshao.com>2017-06-29 09:06:55 +0800
commitdaec9854e2eb81eb846ad1a7c1080936e31f38d7 (patch)
tree4d9418ecc04af7567f5e546aa75a271e3d219c5b /web/src
parent7784d7cdd0caa5a118e29f58eadbe508184c88e7 (diff)
downloadmitmproxy-daec9854e2eb81eb846ad1a7c1080936e31f38d7.tar.gz
mitmproxy-daec9854e2eb81eb846ad1a7c1080936e31f38d7.tar.bz2
mitmproxy-daec9854e2eb81eb846ad1a7c1080936e31f38d7.zip
[web] Update __tests__/ducks/tutils.js
Diffstat (limited to 'web/src')
-rw-r--r--web/src/js/__tests__/ducks/tutils.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/src/js/__tests__/ducks/tutils.js b/web/src/js/__tests__/ducks/tutils.js
index 2a79ede0..9b92e676 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