mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-25 23:44:39 +03:00
15 lines
319 B
JSON
15 lines
319 B
JSON
|
{
|
||
|
"moduleFileExtensions": [
|
||
|
"ts",
|
||
|
"tsx",
|
||
|
"js",
|
||
|
"json"
|
||
|
],
|
||
|
"transform": {
|
||
|
"^.+\\.tsx?$": "ts-jest"
|
||
|
},
|
||
|
"testRegex": "/src/.*\\.(test|spec).(ts|tsx|js)$",
|
||
|
"collectCoverageFrom" : ["src/**/*.{js,jsx,tsx,ts}", "!**/node_modules/**", "!**/vendor/**"],
|
||
|
"coverageReporters": ["json", "lcov"]
|
||
|
}
|