Skip to content

Commit cfbc7b3

Browse files
committed
Fix root jest config
1 parent 9eb2508 commit cfbc7b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

jest.config.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"rootDir": ".",
3+
"transform": {
4+
"^.+\\.tsx?$": "ts-jest"
5+
},
6+
"testRegex": "src/.*\\.test\\.ts$",
7+
"modulePathIgnorePatterns": ["language-server", "__vitest__"],
8+
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
9+
"coverageReporters": ["json-summary", "text", "lcov"]
10+
}

0 commit comments

Comments
 (0)