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
The speed of ts-jest is too slow。 The cache is not valid, all files will be recomplied in watch mode. A very simple test file takes about 40 seconds
there are a minimal repo:https://github.com/pablezhang/react-app-unit-test
The text was updated successfully, but these errors were encountered:
We are trying to fix perf issue with #1049 but we need more help from community regarding to debug info to find out more perf causes
Sorry, something went wrong.
Close as duplicate #1115, workaround in #1044 or use isolatedModule=true
No branches or pull requests
Issue :
The speed of ts-jest is too slow。
The cache is not valid, all files will be recomplied in watch mode.
A very simple test file takes about 40 seconds
Expected behavior :
Minimal repo :
there are a minimal repo:https://github.com/pablezhang/react-app-unit-test
The text was updated successfully, but these errors were encountered: