summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/helpers/ipc-helpers.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/helpers/ipc-helpers.js b/test/helpers/ipc-helpers.js
index b32c1e5b69..5e4b2941d6 100644
--- a/test/helpers/ipc-helpers.js
+++ b/test/helpers/ipc-helpers.js
@@ -9,11 +9,6 @@ import { mockState, mockStore } from '../mocks/redux';
type DoneCallback = (?mixed) => void;
type Check = () => void;
-// Mock localStorage because redux-localstorage has no test helpers
-// We use redux-localstorage when we setup the redux store to have the
-// store persist when the application is shut down.
-global.localStorage = {getItem: ()=>'{}', setItem: ()=>{}};
-
export function setupBackendAndStore() {
const memoryHistory = createMemoryHistory();