-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Caching of babelrc file #6205
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
Comments
Can you reproduce using just Jest? |
@SimenB Just tried it using just Jest. It works as expected without bugs. So it is issue of ts-jest |
Awesome, thanks! |
@SimenB This issue is still open which is for just Do you believe this is fixed? I'm also having trouble with this, and it looks like the cache key still does not include either relevant environment variable. |
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. |
🐛 Bug Report
In our project we use aliases. To be able to resolve these aliases in tests we use babelrc file.
But when we add new alias or delete old one(change babelrc file), and then run tests again, jest doesn't know about our changes to babelrc file.
Only after we run jest --clearCache, changes to babelrc are visible to jest
To Reproduce
Expected behavior
Changes to
babelrc
should be visible to jest without clearing of cacheLink to repl or repo (highly encouraged)
https://github.com/bondom/ts-jest-bug
Run
npx envinfo --preset jest
Paste the results here:
Note: this issue is just copy of kulshekhar/ts-jest#524
The text was updated successfully, but these errors were encountered: