-
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: favor ===
over ==
in vm test
#8191
Conversation
LGTM if CI is green. |
Looks good to me! |
LGTM o/ @jun-oka |
LGTM |
CI is green, not sure why the widget hasn't updated? |
@Trott might be because we had a race condition, I started https://ci.nodejs.org/job/node-test-pull-request/3757/ but aborted that one when I read that you already had commented here with https://ci.nodejs.org/job/node-test-pull-request/3758/ :) |
LGTM |
1 similar comment
LGTM |
Thank you for the comments All ! :) (^O^)/@thealphanerd |
LGTM |
PR-URL: nodejs#8191 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: jbergstroem - Johan Bergström <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Thanks! Landed in ce8753a. |
PR-URL: #8191 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: jbergstroem - Johan Bergström <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Checklist
make -j4 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test vm
Description of change