We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
js-with-ts
ts-jest
1 parent d85a528 commit c26cbd3Copy full SHA for c26cbd3
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