Skip to content

Commit

Permalink
test: remove usage of node-fetch (#865)
Browse files Browse the repository at this point in the history
Closes #621
  • Loading branch information
wolfy1339 authored Jun 13, 2023
1 parent c72dc00 commit b920590
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 123 deletions.
120 changes: 0 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@
"@types/jest": "^29.0.0",
"@types/json-schema": "^7.0.7",
"@types/node": "^18.0.0",
"@types/node-fetch": "^2.5.8",
"@types/prettier": "^2.0.0",
"axios": "^1.0.0",
"esbuild": "^0.18.0",
"express": "^4.17.1",
"glob": "^10.0.0",
"jest": "^29.0.0",
"node-fetch": "^2.6.7",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "^2.2.9",
"ts-jest": "^29.0.0",
Expand Down
1 change: 0 additions & 1 deletion test/integration/node-middleware.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createServer } from "http";
import { readFileSync } from "fs";

import fetch from "node-fetch";
import { sign } from "@octokit/webhooks-methods";

// import without types
Expand Down

0 comments on commit b920590

Please sign in to comment.