Skip to content

Commit 6b11f31

Browse files
committed
feat: add parser-test-unit
1 parent 021ae98 commit 6b11f31

File tree

7 files changed

+5868
-91
lines changed

7 files changed

+5868
-91
lines changed

bun.lock

+731-2
Large diffs are not rendered by default.

jest.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/** @type {import('ts-jest').JestConfigWithTsJest} **/
2+
export default {
3+
preset: "ts-jest",
4+
testEnvironment: "node",
5+
transform: {
6+
"^.+.tsx?$": ["ts-jest", {}],
7+
},
8+
};

0 commit comments

Comments
 (0)