aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/__tests__/ducks/utils/storeSpec.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/utils/storeSpec.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/utils/storeSpec.js')
-rw-r--r--web/src/js/__tests__/ducks/utils/storeSpec.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/src/js/__tests__/ducks/utils/storeSpec.js b/web/src/js/__tests__/ducks/utils/storeSpec.js
index e4742490..11a8fe23 100644
--- a/web/src/js/__tests__/ducks/utils/storeSpec.js
+++ b/web/src/js/__tests__/ducks/utils/storeSpec.js
@@ -1,5 +1,3 @@
-jest.unmock('../../../ducks/utils/store')
-
import reduceStore, * as storeActions from '../../../ducks/utils/store'
describe('store reducer', () => {