test: var to const/let; equal to strictEqual#9944
test: var to const/let; equal to strictEqual#9944onlyurei wants to merge 1 commit intonodejs:masterfrom onlyurei:test-cleanups
Conversation
|
There should be a space after |
test/parallel/test-fs-append-file.js - var -> const / let - assert.equal -> assert.strictEqual
|
@mscdex fixed. |
|
CI failure is unrelated. |
|
Looks like someone else came along and did these exact same changes in #10110 about 3 days later. Sorry about that @onlyurei! However! If you still want to get some improvements in to this file, you can try again with a new pull request. One thing I notice is that there are a bunch of unnecessary Just making that change would be enough for a pull request. If you want to do something a little more involved (or if you want a good second commit after that one lands), all the In the meantime, I'm going to close this pull request. Sorry it didn't land! Thanks for doing it, though! |
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
Description of change
test/parallel/test-fs-append-files.js
var->const/letassert.equal->assert.strictEqual