From 23f180ba4f4876c1d92b2d198f6c6daf888ae650 Mon Sep 17 00:00:00 2001 From: Matthew Shao Date: Sun, 7 May 2017 21:27:04 +0800 Subject: [web] Clear up jest.unmock() Automocking is no longer enable by default, so we don't need to unmock modules manually. --- web/src/js/__tests__/ducks/tutils.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'web/src/js/__tests__/ducks/tutils.js') 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' -- cgit v1.2.3