mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
14 lines
389 B
JSON
14 lines
389 B
JSON
{
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"json"
|
|
],
|
|
"transform": {
|
|
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
|
},
|
|
"testRegex": "/src/.*\\.(test|spec).(ts|tsx|js)$",
|
|
"collectCoverageFrom" : ["src/**/*.{js,jsx,tsx,ts}", "!**/node_modules/**", "!**/vendor/**"],
|
|
"coverageReporters": ["json", "lcov"]
|
|
} |