This commit is contained in:
Tom Moor
2017-07-10 00:42:15 -07:00
parent 205590ca6a
commit 112508e48f
4 changed files with 1 additions and 8 deletions

View File

@ -9,6 +9,5 @@ const snap = children => {
expect(toJson(wrapper)).toMatchSnapshot();
};
global.fetch = require('jest-fetch-mock');
global.localStorage = localStorage;
global.snap = snap;