Skip to content

test: improve test-fs-empty-readStream.js

Rodrigo Muino Tomonari requested to merge github/fork/edsadr/fs-empty into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change
  • use const instead of var
  • use common.mustCall to control functions execution
  • use assert.strictEqual instead of assert.equal
  • use arrow functions

Merge request reports

Loading