add missing declaration for coverage report

This commit is contained in:
Tobias Maestrini 2024-10-06 13:12:17 +02:00
parent fdcc6aa2ca
commit c77db27dc5
1 changed files with 3 additions and 1 deletions

View File

@ -14,5 +14,7 @@
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
// set output to erbose mode
"verbose": true
"verbose": true,
// handle coverage report
"collectCoverage": false
}