aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__/ducks/settingsSpec.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/settingsSpec.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/settingsSpec.js')
-rw-r--r--web/src/js/__tests__/ducks/settingsSpec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/src/js/__tests__/ducks/settingsSpec.js b/web/src/js/__tests__/ducks/settingsSpec.js
index cb9df918..46d56ec7 100644
--- a/web/src/js/__tests__/ducks/settingsSpec.js
+++ b/web/src/js/__tests__/ducks/settingsSpec.js
@@ -1,4 +1,3 @@
-jest.unmock('../../ducks/settings')
jest.mock('../../utils')
import reduceSettings, * as SettingsActions from '../../ducks/settings'