We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb2508 commit cfbc7b3Copy full SHA for cfbc7b3
jest.config.json
@@ -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