mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-23 14:42:59 +03:00
43816099a6
This reverts commit 2d23eba148
.
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"]
|
|
}
|