Skip to content

test: add test cases for fsPromises

Add tests of lchmod, chown, fchown and lchown. These tests will increase the coverage of fs/promises: https://coverage.nodejs.org/coverage-3f78d3fcf8029a0a/root/fs/promises.js.html.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Merge request reports

Loading