Skip to content

Commit c2ea39f

Browse files
author
progfay
committed
refactor: remove comments
1 parent 417173f commit c2ea39f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setupJest.ts

-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@ const customGlobal = global as GlobalWithFetchMock
44
customGlobal.fetch = require('jest-fetch-mock')
55
customGlobal.fetch.enableMocks()
66
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

Comments
 (0)