Skip to content

Commit 20a46e2

Browse files
committed
chore: Update dependencies
1 parent e933873 commit 20a46e2

5 files changed

Lines changed: 9309 additions & 6315 deletions

File tree

jest.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module.exports = {
22
transform: {
3-
'^.+\\.ts$': [ 'ts-jest', {
4-
tsconfig: 'tsconfig.json',
5-
}],
3+
'^.+\\.ts$': '@swc/jest',
64
},
75
// Only run tests in the unit and integration folders.
86
// All test files need to have the suffix `.test.ts`.

0 commit comments

Comments
 (0)