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

huge performance drop when js files are included in the transform property with ts-jest #468

Closed
LoganTann opened this issue Jun 30, 2024 · 0 comments · Fixed by #469
Closed

Comments

@LoganTann
Copy link
Contributor

Please see this issue and reproduction : kulshekhar/ts-jest#4294

In the https://github.com/thisismydesign/nestjs-starter/blob/master/jest.config.ts#L8 file :

  • the line '^.+\\.(t|j)s$': 'ts-jest',
  • should be replaced by '^.+\\.ts$': 'ts-jest',
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

Successfully merging a pull request may close this issue.

1 participant