We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to be able to figure out why this is happening 😅
The text was updated successfully, but these errors were encountered:
This is happening due to a bug in the Jest transform cache:
jestjs/jest#3552
The original issue in the Jest repo:
jestjs/jest#3550
Another reproduction repo is here:
https://github.com/stukalin/jest-nodegit-issue
Sorry, something went wrong.
In my testing it appears that the Jest transform cache cannot be turned off in watch mode.
We will look for a different strategy for tackling this.
cc @ryyppy @fubhy
No branches or pull requests
It would be nice to be able to figure out why this is happening 😅
The text was updated successfully, but these errors were encountered: