Skip to content

Commit affbd5a

Browse files
authored
chore(jest): replace ts-jest with @swc/jest (#798)
chore(jest): replace ts-jest with @swc/jest
1 parent a900ada commit affbd5a

File tree

3 files changed

+514
-148
lines changed

3 files changed

+514
-148
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
testMatch: ['**/tests/**/*.test.ts'],
33
transform: {
4-
'^.+\\.tsx?$': 'ts-jest',
4+
'^.+\\.ts$': '@swc/jest',
55
},
66
coverageThreshold: {
77
global: {

0 commit comments

Comments
 (0)