Skip to content

Commit 57af383

Browse files
committed
feat: replace ts-jest with SWC (and update the other deps 👼)
1 parent 6c553dd commit 57af383

File tree

3 files changed

+1836
-2955
lines changed

3 files changed

+1836
-2955
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
testMatch: ["**/tests/*.test.ts"],
33
transform: {
4-
"\\.ts$": "ts-jest",
4+
"\\.ts$": "@swc/jest",
55
},
66
};

0 commit comments

Comments
 (0)