Noticed that mock-fs currently doesn't support fs.opendir (added in Node.js 12.12.0), which made one of my modules, list-installed, not recognize the mocked data which I tried to make it act on in another of my modules.
Since I couldn't see a mention of this I thought I should open an issue to keep track of it.
Noticed that
mock-fscurrently doesn't supportfs.opendir(added in Node.js12.12.0), which made one of my modules,list-installed, not recognize the mocked data which I tried to make it act on in another of my modules.Since I couldn't see a mention of this I thought I should open an issue to keep track of it.