tschaub / mock-fs

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

Mock sync methods to support v20.8 #381

Open andrewnicols opened 10 months ago

andrewnicols commented 10 months ago

This is still a WIP but is a starting point for anyone looking at #380

andrewnicols commented 10 months ago

I've had to mock a few new methods, so these need unit tests and checking.

I've also run this against nightly NodeJS and there will be another issue to fix in createWriteStream.

I'm not sure when I'll next get a chance to look at this issue so if someone wants to take it and finish it that's all good with me.