Skip to content

Commit c26cbd3

Browse files
jrolfsgithub-actions[bot]
authored andcommitted
fix(config/jest): use js-with-ts preset from ts-jest
1 parent d85a528 commit c26cbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const jestConfig = {
4848
}
4949

5050
if (hasAnyDep('ts-jest')) {
51-
jestConfig.preset = 'ts-jest'
51+
jestConfig.preset = 'ts-jest/presets/js-with-ts'
5252
jestConfig.globals['ts-jest'] = {
5353
diagnostics: {
5454
warnOnly: true,

0 commit comments

Comments
 (0)