-
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: replace string concatenation with template literal #15969
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 but the commit message should be changed while landing. As far as I see it it is not about the string concatenation but instead about using the defaultHistoryPath
instead of using path.join
later on again with the same input.
PR-URL: nodejs#15969 Reviewed-By: Ruben Bridgewater <[email protected]>
Landed in ab3c84f Thanks for the PR, and congratulations on becoming a Node.js Contributor 🎉 ! |
PR-URL: #15969 Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: nodejs/node#15969 Reviewed-By: Ruben Bridgewater <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test