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.
1 parent 82ae922 commit bea7231Copy full SHA for bea7231
jest.config.js
@@ -12,13 +12,6 @@ module.exports = {
12
},
13
modulePaths: ['<rootDir>'],
14
modulePathIgnorePatterns: ['<rootDir>/dist/'],
15
- /**
16
- * Not sure why, but the non-legacy preset gives us TS compilation errors
17
- * since it's not properly reading our testing TS config.
18
- * @see {@link https://kulshekhar.github.io/ts-jest/docs/getting-started/presets}
19
- * @see {@link https://kulshekhar.github.io/ts-jest/docs/getting-started/options/tsconfig/}
20
- */
21
- preset: 'ts-jest/presets/js-with-ts-legacy',
22
roots: ['<rootDir>'],
23
setupFiles: ['./__tests__/setup'],
24
setupFilesAfterEnv: ['jest-extended/all'],
0 commit comments