-
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: removed third argument in assert.strictEqual() in test/addons-napi/test_env_sharing/test.js #24584
test: removed third argument in assert.strictEqual() in test/addons-napi/test_env_sharing/test.js #24584
Conversation
1de4476
to
89736f3
Compare
Collaborators, 👍 here to fast-track. |
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/18909/ |
'N-API environment pointers in two different modules have ' + | ||
'the same value'); | ||
// N-API environment pointers in two different modules have the same value | ||
|
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.
nit: line no. 9 can be removed, as the comment is related to assert.strictEqual
0c1b3a5
to
a292879
Compare
I already fixed the commit message and all checks have passed. |
@Trott Would you please grant me the overall/read permission? |
@Trott You gave me the link about CI, but I couldn't view it. |
It's locked down right now for a security release. It will be available again in a few hours. |
Resume Build CI: https://ci.nodejs.org/job/node-test-pull-request/18970/ |
Resume Build: https://ci.nodejs.org/job/node-test-pull-request/18984/ |
Landed in 1066b68. Thanks for the contribution! 🎉 (If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.) |
PR-URL: nodejs#24584 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #24584 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: nodejs#24584 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #24584 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #24584 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
I am new to Node. I followed this Node Todo to start working on this nodejs project. Also, I followed the instruction Building Node.js on supported platforms to build and run the test before submitting this PR.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes