-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: update test to assert require() and es6ify variables #9912
Conversation
This needs to have a more descriptive commit message and it should start with a |
updated description @mscdex |
@DarylThayil That updated the PR title, but not the actual commit message. |
e8e9c67
to
830d84f
Compare
ahh yes! @mscdex should have got it now thanks |
@DarylThayil It's still over 50 chars, maybe something like:
|
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 if CI is good.
* var => const * assert test fixtures
830d84f
to
0694bb3
Compare
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. Thanks! Yes, we'll merge it for you :)
* var => const * assert test fixtures PR-URL: #9912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Landed in 81661a7. Thank you for the PR and for participating in the code-and-learn! |
* var => const * assert test fixtures PR-URL: #9912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
* var => const * assert test fixtures PR-URL: nodejs#9912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
* var => const * assert test fixtures PR-URL: nodejs#9912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
* var => const * assert test fixtures PR-URL: #9912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
* var => const * assert test fixtures PR-URL: #9912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
* var => const * assert test fixtures PR-URL: #9912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Checklist
Affected core subsystem(s)
Tests
Description of change
Code and Learn change for test-require-extensions-main.js