-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for fs.opendir() #319
Comments
Running into big trouble. But in Nodejs v12.12.0+, it introduced another internal binding The problem is, the new We could not grab the existing |
From the above linked Nodejs issue, it's unlikely that Nodejs will open up |
Thanks for looking into it! I guess this becomes a wider issue then, maybe ultimately requiring another approach to patching. Feel free to close this for now if you think that would be out of scope for this. |
@voxpelli how did you solve it? |
Noticed that
mock-fs
currently 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.
The text was updated successfully, but these errors were encountered: