-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
test: var -> let/const, .equal -> .strictEqual #9913
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
var -> let/const .equal -> .strictEqual
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.
Code change LGTM. The CI is loading really slowly right now, so I didn't check the results.
CI got canceled yesterday before completing. Happened when I started a whole bunch of CI jobs for Code & Learn and someone probably thought the backup just meant they were hung and never going to finish. Let's try again. |
var -> let/const .equal -> .strictEqual PR-URL: nodejs#9913 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Landed in 3401cad |
🎉 Thanks for the contribution! |
var -> let/const .equal -> .strictEqual PR-URL: #9913 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
var -> let/const .equal -> .strictEqual PR-URL: nodejs#9913 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
var -> let/const .equal -> .strictEqual PR-URL: nodejs#9913 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
var -> let/const .equal -> .strictEqual PR-URL: #9913 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
var -> let/const .equal -> .strictEqual PR-URL: #9913 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
var -> let/const .equal -> .strictEqual PR-URL: #9913 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test
Description of change
var -> let/const
.equal -> .strictEqual