Skip to content

test: fix test/pummel/test-fs-largefile.js

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-largefile into master

test-fs-largefile.js calls fs.close() without a callback which results in an error as of Node.js 10.0.0. Add a common.mustCall() callback so the test passes again.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading