-
Notifications
You must be signed in to change notification settings - Fork 87
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
File descriptor issues with Mocha in ElementaryOS #27
Comments
I am seeing this error at |
Also having this problem when using
|
On Windows 7, I'm getting EBADF too. Just calling |
What node versions are you all running? I get this on 10, but not on 8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems mock-fs can't create the mock filesystem correctly in ElementaryOS??? This code works fine on OSX.
Mocha and Chai.expect are being used, here.
The test:
The error
The text was updated successfully, but these errors were encountered: