We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14caae commit 12be9f8Copy full SHA for 12be9f8
jest.globals.js
@@ -1 +1,5 @@
1
-globalThis.fetch = require('node-fetch')
+const nodeFetch = require('node-fetch')
2
+
3
+globalThis.fetch = nodeFetch
4
+globalThis.Request = nodeFetch.Request
5
+globalThis.Response = nodeFetch.Response
0 commit comments