Skip to content
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

Use node_modules/.cache/jest as default cacheDirectory #2303

Closed
wants to merge 1 commit into from

Conversation

thymikee
Copy link
Collaborator

Summary

Implements #2231.
This would also resolve issues like #2141.

Test plan
jest

@cpojer
Copy link
Member

cpojer commented Dec 12, 2016

Hmm, I'd prefer not to make this change. We used to store the cache inside of node_modules/jest/.haste_cache and we had a ton of problems, like watchman would crawl this and then get out of sync and a ton of other tools at FB on all codebases would go mad with this. It should be easy to set "cacheDirectory": "<rootDir>/node_modules/.cache/jest" or something.

@thymikee thymikee closed this Dec 12, 2016
@thymikee
Copy link
Collaborator Author

Closing then ;)

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants