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

simple test file takes about 40 seconds? #1083

Closed
pablezhang opened this issue Apr 28, 2019 · 2 comments
Closed

simple test file takes about 40 seconds? #1083

pablezhang opened this issue Apr 28, 2019 · 2 comments

Comments

@pablezhang
Copy link

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 :

  1. faster speed
  2. Test only modified files at a time in watch mode.

Minimal repo :

there are a minimal repo:https://github.com/pablezhang/react-app-unit-test

@ahnpnl
Copy link
Collaborator

ahnpnl commented Apr 30, 2019

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

@ahnpnl
Copy link
Collaborator

ahnpnl commented Jan 10, 2020

Close as duplicate #1115, workaround in #1044 or use isolatedModule=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants