mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
- update jest configuration to remove warnings - fix tests so that they run out of the box with correct types - remove duplicate key from docker-compose
14 lines
350 B
JSON
14 lines
350 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"]
|
|
} |