-
Notifications
You must be signed in to change notification settings - Fork 39
test: replaced node-fetch with native fetch in test setup #2022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ff38189
3b76afc
d567ed4
91462da
972477d
3c9ad36
065d0ca
1150e6d
be44e49
68472f6
c182c04
a863ca4
19f828d
bc0a5da
07c0d97
02086c0
18695b6
f0d5dfd
30c3dc3
6dbd793
2f3bfc5
c10f2a6
c24f2a7
05a0e9b
ca622d1
5fcdb9f
4b1f6f5
bd33119
5ce6e81
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,8 +11,5 @@ | |
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "Bastian Krol <[email protected]>", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "node-fetch": "^2.6.0" | ||
| } | ||
| "license": "ISC" | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,8 +11,5 @@ | |
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "Bastian Krol <[email protected]>", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "node-fetch": "^2.6.0" | ||
| } | ||
| "license": "ISC" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,8 +12,5 @@ | |
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "Bastian Krol <[email protected]>", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "node-fetch": "^2.3.0" | ||
| } | ||
| "license": "MIT" | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.