Skip to content

Commit bea7231

Browse files
authored
test: cleaning up our jest config (#700)
1 parent 82ae922 commit bea7231

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

jest.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ module.exports = {
1212
},
1313
modulePaths: ['<rootDir>'],
1414
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',
2215
roots: ['<rootDir>'],
2316
setupFiles: ['./__tests__/setup'],
2417
setupFilesAfterEnv: ['jest-extended/all'],

0 commit comments

Comments
 (0)