You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
479 B

{
"moduleFileExtensions": [
"ts",
"js",
"json"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"testRegex": "/ts_src/.*\\.spec\\.ts$",
"testURL": "http://localhost/",
"coverageThreshold": {
"global": {
"statements": 0,
"branches": 0,
"functions": 0,
"lines": 0
}
},
"collectCoverageFrom": [
"ts_src/**/*.ts",
"!**/node_modules/**"
],
"coverageReporters": [
"lcov",
"text"
],
"verbose": true
}