Skip to content

Commit a1937c6

Browse files
committed
Dep
1 parent 0bc67f7 commit a1937c6

File tree

3 files changed

+827
-1368
lines changed

3 files changed

+827
-1368
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = recursive(mongo, {
1919
'<rootDir>/tests/**/*.test.ts',
2020
],
2121
transform: {
22-
'^.+\\.(t|j)sx?$': '@swc/jest',
22+
'^.+\\.(t|j)sx?$': '@swc-node/jest',
2323
},
2424
testPathIgnorePatterns: [
2525
'node_modules',

0 commit comments

Comments
 (0)