Skip to content

test: refactor test-fs-append-file

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change
  • Replaced var with either const or let.
  • Replaced assert.equal() with assert.strictEqual().
  • Replaced all error checks with assert.ifError(e).

Merge request reports

Loading