-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
nodejs 9.2 failure #5030
Comments
Can reproduce on Jest's own test suite... Will look through node's changelog to see if anything sticks out |
git bisect blames nodejs/node#15776 |
* Pass in encoding to `realpath` call Fixes #5030 * Use `fs.realpathSync.native` if it exists * update changelog
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
linux 4.14, [email protected], node v9.2.0
jest
linux 4.14, [email protected], node v8.9.2 - works as expected.
This seems to be true for any example - I created a simple-as-possible example to make sure it was still broken.
https://github.com/cwmoo740/jest-node-9
The text was updated successfully, but these errors were encountered: