Closed 3cp closed 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.
test/lib.spec.js
fs.realpath.native
fs.realpathSync.native
fs.promises.realpath
@tschaub can you review this PR and the also the other one?
fixes #280
Split the huge
test/lib.spec.js
into multiple spec files. Fixed an additional bug onfs.realpath.native
,fs.realpathSync.native
andfs.promises.realpath
.