tschaub / mock-fs

Configurable mock for the fs module
https://npmjs.org/package/mock-fs
Other
911 stars 86 forks source link

fix: return maybeCallback result to support promise return #281

Closed 3cp closed 5 years ago

3cp commented 5 years ago

fixes #280

Split the huge test/lib.spec.js into multiple spec files. Fixed an additional bug on fs.realpath.native, fs.realpathSync.native and fs.promises.realpath.

3cp commented 5 years ago

@tschaub can you review this PR and the also the other one?