-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Avoid calling curl from tests #5174
Copy link
Copy link
Closed
Labels
httpIssues and PRs related to the http subsystem.Issues and PRs related to the http subsystem.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Description
Activity
Metadata
Metadata
Assignees
Labels
httpIssues and PRs related to the http subsystem.Issues and PRs related to the http subsystem.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Adding so I don't forget -- we currently invoke curl in two tests which implicitly pulls it as a dependency:
Suggesting we replace this with.. javascript?