tschaub / mock-fs

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

Fixes for Node 10 #237

Closed tschaub closed 6 years ago

tschaub commented 6 years ago

This addresses differences in stats handling between Node 8 and 10. In addition it fixes binding.access() for symlinks (should throw for broken links) and avoids deprecated use of the Buffer constructor.

Fixes #236.