-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
esm: mordernize old tests #54354
esm: mordernize old tests #54354
Conversation
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
03c10ae
to
a0130aa
Compare
Co-Authored-By: Jacob Smith <[email protected]>
a0130aa
to
b0f3cc2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54354 +/- ##
==========================================
- Coverage 87.09% 87.09% -0.01%
==========================================
Files 648 648
Lines 182216 182216
Branches 34969 34963 -6
==========================================
- Hits 158703 158692 -11
- Misses 16789 16796 +7
- Partials 6724 6728 +4 |
I've force pushed to fix the |
Note there's a typo in the commit message. |
Yeah Jacob's email looks wrong in your commit. Any hint on how I should fix the commit message? Should I just amend? If so, which email for Jacob should I use? When looking around I only found a "redacted" one from github |
Jacob's email is fine as is. It is not associated with his GitHub account but I believe that's on purpose. Our tooling does not use GitHub info to count for participation so that's not a big deal. @puskin94 if you want to amend the commit message to fix the typo, that'd be great. At the same time, consider either changing the commit author email address to one linked with your GitHub account (currently it is |
…de into test-modernize-old-esm-tests
Change posix.join to use array.join instead of additional assignment. PR-URL: nodejs#54331 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Co-Authored-By: Jacob Smith <[email protected]>
…de into test-modernize-old-esm-tests
Co-Authored-By: Jacob Smith <[email protected]>
…de into test-modernize-old-esm-tests
Co-Authored-By: Jacob Smith <[email protected]>
…de into test-modernize-old-esm-tests
@aduh95 I created some mess with the rebase, I wasn't able to do it because somehow the interactive one is not showing me commits happened after |
Doing a round of fast cleanup of old open and stalled PRs.
Making sure this PR is moving along addressing the comments in the original discussion.
I added the author of the original PR in the commit message.
Co-Authored-By: Jacob Smith