Skip to content

Commit 342b16b

Browse files
committed
test: change test strategy and add more testing
1 parent 73a8e71 commit 342b16b

File tree

11 files changed

+238
-557
lines changed

11 files changed

+238
-557
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$": "@swc/jest",
4+
"\\.ts$": "ts-jest",
55
},
66
};

0 commit comments

Comments
 (0)