chore: Add fetch-retry, remove isomorphic-fetch (#2297)

* chore: Add fetch-retry, remove isomorphic-fetch

closes #2270

* test: Mock fetch
This commit is contained in:
Tom Moor
2021-07-09 04:07:18 -07:00
committed by GitHub
parent b5e4e4fe82
commit 0e7d352781
5 changed files with 36 additions and 38 deletions

View File

@@ -7,3 +7,5 @@ import Adapter from "enzyme-adapter-react-16";
Enzyme.configure({ adapter: new Adapter() });
global.localStorage = localStorage;
require("jest-fetch-mock").enableMocks();