Skip to content

Commit abbc04e

Browse files
Update jest.config.json
Signed-off-by: Alexey Filippov <[email protected]>
1 parent 8ccc0f5 commit abbc04e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jest.config.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
"json",
55
"ts"
66
],
7+
"rootDir": ".",
78
"testRegex": ".*\\.spec\\.ts$",
89
"transform": {
910
"^.+\\.(t|j)s$": "ts-jest"
1011
},
11-
"testEnvironment": "node"
12+
"testEnvironment": "node",
13+
"coverageDirectory": "./coverage",
14+
"collectCoverageFrom": [
15+
"src/**/*.ts"
16+
]
1217
}

0 commit comments

Comments
 (0)