-
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
mock-fs 4.3.0 broken on node 8 #208
Comments
It looks like node 8 is throwing away the values provided to callback by mock-fs.
https://github.com/nodejs/node/blob/v8.0.0/lib/fs.js#L139-L155 |
Related issue #197 and PR nodejs/node#11665 |
Started work in #209 |
Fix published in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using mock-fs in my tests and they fail on node 8.
I ran the module test suite and there is a lot of errors.
Attached the test log [email protected]
The text was updated successfully, but these errors were encountered: