We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ts-jest
@swc/jest
1 parent a900ada commit affbd5aCopy full SHA for affbd5a
jest.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
testMatch: ['**/tests/**/*.test.ts'],
3
transform: {
4
- '^.+\\.tsx?$': 'ts-jest',
+ '^.+\\.ts$': '@swc/jest',
5
},
6
coverageThreshold: {
7
global: {
0 commit comments