Skip to content

Commit 89560d7

Browse files
authored
Update jest.config.js
1 parent 50f5b27 commit 89560d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jest.config.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ module.exports = {
1616
},
1717
},
1818
modulePathIgnorePatterns: ['<rootDir>/dist/'],
19-
globals: {
20-
'ts-jest': {
21-
tsconfig: 'tsconfig.jest.json',
22-
},
19+
transform: {
20+
'\\.[jt]sx?$': ['ts-jest', { tsconfig: 'tsconfig.jest.json' }],
2321
},
2422
};

0 commit comments

Comments
 (0)