Skip to content

Commit

Permalink
Use built-in fetch() instead of minipass-fetch
Browse files Browse the repository at this point in the history
Now that we're on Node v20 this seems to be feasible.
  • Loading branch information
domenic committed Nov 2, 2023
1 parent ba70f3d commit de1cb2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 115 deletions.
1 change: 0 additions & 1 deletion __tests__/integration.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use strict";
const fetch = require("minipass-fetch");

// The sample config should suffice for just starting up the server.
// We may need something fancier if the integration tests get more in-depth.
Expand Down
113 changes: 1 addition & 112 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"devDependencies": {
"eslint": "^8.52.0",
"jest": "^29.7.0",
"minipass-fetch": "^3.0.4"
"jest": "^29.7.0"
}
}

0 comments on commit de1cb2a

Please sign in to comment.