-
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: Updated test/parallel/test-fs-write-file.js. #9992
Test: Updated test/parallel/test-fs-write-file.js. #9992
Conversation
- Updated references of var to const - Updated assert.equal to assert.strictEqual - Fixed eslint error for multiline string on line 12.
Subsystem name should be all lowercase. Also, a minor nit: the trailing period at the end of the first line of the commit message is unnecessary. |
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 if CI is ✅
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.
Actually, I take it back. The change to the multi-line string on line 12 would seem to change the string by introducing a lot more whitespace, unless I'm missing something... It is also contrary to the conventions throughout the rest of the code base.
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.
CI is green. I'll undo the whitespace/string thing on landing. LGTM. Landing!
- Updated references of var to const - Updated assert.equal to assert.strictEqual PR-URL: nodejs#9992 Reviewed-By: Rich Trott <rtrott@gmail.com>
Landed in 451f88e. Thanks for the contribution! 🎉 |
- Updated references of var to const - Updated assert.equal to assert.strictEqual PR-URL: #9992 Reviewed-By: Rich Trott <rtrott@gmail.com>
- Updated references of var to const - Updated assert.equal to assert.strictEqual PR-URL: nodejs#9992 Reviewed-By: Rich Trott <rtrott@gmail.com>
- Updated references of var to const - Updated assert.equal to assert.strictEqual PR-URL: nodejs#9992 Reviewed-By: Rich Trott <rtrott@gmail.com>
- Updated references of var to const - Updated assert.equal to assert.strictEqual PR-URL: #9992 Reviewed-By: Rich Trott <rtrott@gmail.com>
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test
Description of change