-
-
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
jest-resolve throws on network drives #8291
Comments
Since it's a Windows issue, and none of maintainers use it daily, we'd appreciate your help on that :) |
Sure, I'll create a pull request =) |
@aliaksandr-yermalayeu I'd prefer to make Is this SimenB/realpath-native#35 (which has an open PR)? |
@SimenB, |
Ideally none in Jest should be wrapped. At least as long as the fallback is using whatever they passed in as-is |
ok, I'll take a look |
@SimenB, |
They opened up a PR now, I'll try to land and release it tomorrow |
no one to fix the only bug?oh, my god! |
Hopefully fixed (although not released). Please check Jest 26 when we release it. If it's still not fixed, we might need to catch some more |
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. |
💥 Regression Report
Jest throws error while resolving cwd
>> Error: EISDIR: illegal operation on a directory, realpath 'G:\Build'
Last working version
23.6.0
Worked up to version:
23.6.0
Stopped working in version:
24.7.1 (or earlier in 24)
To Reproduce
Steps to reproduce the behavior:
please see detailed description in #6880
Expected behavior
It should not throw
The text was updated successfully, but these errors were encountered: