aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__/ducks/tutils.js
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-05-07 21:27:04 +0800
committerMatthew Shao <me@matshao.com>2017-05-07 21:32:49 +0800
commit23f180ba4f4876c1d92b2d198f6c6daf888ae650 (patch)
tree4c25689caffeb0627f3fdcdb8f6453325beafc21 /web/src/js/__tests__/ducks/tutils.js
parentfdec51d732d23edbea1833a445820603d177f5e6 (diff)
downloadmitmproxy-23f180ba4f4876c1d92b2d198f6c6daf888ae650.tar.gz
mitmproxy-23f180ba4f4876c1d92b2d198f6c6daf888ae650.tar.bz2
mitmproxy-23f180ba4f4876c1d92b2d198f6c6daf888ae650.zip
[web] Clear up jest.unmock()
Automocking is no longer enable by default, so we don't need to unmock modules manually.
Diffstat (limited to 'web/src/js/__tests__/ducks/tutils.js')
-rw-r--r--web/src/js/__tests__/ducks/tutils.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/src/js/__tests__/ducks/tutils.js b/web/src/js/__tests__/ducks/tutils.js
index 90a21b78..6ae7f080 100644
--- a/web/src/js/__tests__/ducks/tutils.js
+++ b/web/src/js/__tests__/ducks/tutils.js
@@ -1,6 +1,3 @@
-jest.unmock('redux')
-jest.unmock('redux-thunk')
-
import { combineReducers, applyMiddleware, createStore as createReduxStore } from 'redux'
import thunk from 'redux-thunk'