There was an error while loading. Please reload this page.
1 parent e933873 commit 20a46e2Copy full SHA for 20a46e2
5 files changed
jest.config.js
@@ -1,8 +1,6 @@
1
module.exports = {
2
transform: {
3
- '^.+\\.ts$': [ 'ts-jest', {
4
- tsconfig: 'tsconfig.json',
5
- }],
+ '^.+\\.ts$': '@swc/jest',
6
},
7
// Only run tests in the unit and integration folders.
8
// All test files need to have the suffix `.test.ts`.
0 commit comments