-
Notifications
You must be signed in to change notification settings - Fork 633
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
fix: fix node test setup script #1422
Conversation
|
I believe I'm experiencing the same problem in #1151 concretely in Edit: works fine on denoland/deno@a1d6b53, hangs on denoland/deno@ff932b4 |
The test case is now fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR fixes
node/_tools/setup.ts
. This PR also extracts thedownloadFile
utility (which was the source of the problem) to_util
directory and adds a test case for it.closes #1298
closes #1317
blocked by #1423