-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test: refactor to top-level await #43366
test: refactor to top-level await #43366
Conversation
Just 49967ef. I made the commit from the same branch. |
This seems to add |
Would you recommend closing this PR and opening a new one from a diff branch? |
You can do that, but I would recommend these steps instead:
|
503e2f5
to
16d5942
Compare
16d5942
to
fcb6136
Compare
Landed in 94020ac |
PR-URL: #43366 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #43366 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #43366 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs/node#43366 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This refactors to top-level
await
.