test: change var to const/let - change assert.equal to assert.strictE…#10018
test: change var to const/let - change assert.equal to assert.strictE…#10018aileenvl wants to merge 1 commit intonodejs:masterfrom
Conversation
|
Please see the commit message guidelines here. |
|
Thanks for opening a pull request. The |
|
Whoops! Ignore the previous comment. It looks like the lint failure in CI is an infrastructure glitch and not a lint problem. Sorry about that. |
There was a problem hiding this comment.
It seems like this could be const.
There was a problem hiding this comment.
Also could be const, it would seem.
|
Actually, the lint failures were real after all. The |
6be766a to
8f46bcc
Compare
|
(Those |
Make change in test file from var to const/let.
8f46bcc to
0b8800d
Compare
|
Pushed changes. CI: https://ci.nodejs.org/job/node-test-pull-request/5169/ |
|
CI is good except for one unrelated AIX build failure. |
Make change in test file from var to const/let. PR-URL: nodejs#10018 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
Landed in 07ef682. Thanks for the contribution! 🎉 |
Make change in test file from var to const/let. PR-URL: #10018 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Make change in test file from var to const/let. PR-URL: nodejs#10018 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Make change in test file from var to const/let. PR-URL: nodejs#10018 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Make change in test file from var to const/let. PR-URL: #10018 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Make change in test file from var to const/let. PR-URL: #10018 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Make change in test file from var to const/let. PR-URL: #10018 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
test
Description of change
…qual
Make change in test file per issue received in NINA 2016 involving the change from var to const/let and the change of assert.equal to assert.strictEqual