import fetchMock from 'jest-fetch-mock'; beforeAll(() => { fetchMock.enableMocks(); }); beforeEach(() => { fetchMock.mockClear(); });