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

chore(ci): Re enable ts-jest isolatedModules option #625

Merged
merged 1 commit into from Sep 18, 2022

Conversation

Kesin11
Copy link
Owner

@Kesin11 Kesin11 commented Sep 18, 2022

ts-jest v29 deprecate to set options in globals and change to use transform. This change also affected ts-jest preset.
kulshekhar/ts-jest#3780
As a result, isolatedModules that set in globals is ignored and the test run time has increased compared to v28.

It seems possible to set isolatedModules option with preset, but it is more complicated than with globals in v28. So I config transform manually instead of using preset: 'ts-jest'.

@Kesin11 Kesin11 added the ci Fix only CI label Sep 18, 2022
@Kesin11 Kesin11 merged commit d0ad248 into master Sep 18, 2022
@Kesin11 Kesin11 deleted the re_enable_tsjest_isolatedmodules branch September 18, 2022 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Fix only CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant