We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417173f commit c2ea39fCopy full SHA for c2ea39f
setupJest.ts
@@ -4,10 +4,3 @@ const customGlobal = global as GlobalWithFetchMock
4
customGlobal.fetch = require('jest-fetch-mock')
5
customGlobal.fetch.enableMocks()
6
customGlobal.fetchMock = customGlobal.fetch
7
-
8
-// import fetch from 'jest-fetch-mock'
9
-// const fetch = require('jest-fetch-mock')
10
11
-// global.fetch = fetch
12
-// global.fetchMock = fetch
13
-// jest.mock('node-fetch', () => (global.fetch))
0 commit comments