-
-
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
__mocks__ get ignored after second time running #329
Comments
potentially related to #327 |
potentially related to #326 |
...and all of a sudden it's not an issue on my machine anymore. /shrugs |
Does it it have an isolated repro, and does it still repro? Otherwise, can we close the issue? |
I'm just going to close. Haven't seen this in a while. |
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. |
So, I'm currently mocking superagent in a
__mocks__/superagent.js
file. When I save it and run the tests, everything passes. If I immediately run the test again, my tests fail and that file isn't being loaded. It seems like it's failing to cache, or not recognizing that it should use the__mocks__
when a file isn't recently changed.The text was updated successfully, but these errors were encountered: