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/ |
There was a problem hiding this comment.
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 <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24584 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: nodejs#24584 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24584 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #24584 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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