We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
js-with-ts
ts-jest
1 parent 9ff287a commit ef6d21dCopy full SHA for ef6d21d
src/config/jest.config.js
@@ -48,7 +48,7 @@ const jestConfig = {
48
}
49
50
if (hasAnyDep('ts-jest')) {
51
- jestConfig.preset = 'ts-jest'
+ jestConfig.preset = 'ts-jest/presets/js-with-ts'
52
jestConfig.globals['ts-jest'] = {
53
diagnostics: {
54
warnOnly: true,
0 commit comments