-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: update to const and strictEqual #10007
Conversation
Subsystem name should be all lowercase. |
Update `var` to `const` and `assert.equal` to `assert.strictEqual`
4d6b946
to
facf714
Compare
commit message updated. subsystem is now in all lowercase. |
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.
LGTM
This is my first change...did this during code & learn NINA 2016 .... do I merge myself or will someone merge this? |
@ghvaldez We will do that, it just takes us a while to et everyone’s PRs reviewed and ready for merging :) |
CI failure is unrelated. |
Update `var` to `const` PR-URL: nodejs#10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Landed in cc4e5e1 |
Update `var` to `const` PR-URL: #10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: nodejs#10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: nodejs#10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: #10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: #10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Update `var` to `const` PR-URL: #10007 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.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
Updated all var to const and updated assert.equal to
assert.strictEqual