-
Paolo.Brasolin authoredPaolo.Brasolin authored
jest.config.json 259 B
{
"transform": {
"^.+\\.ts$": "ts-jest"
},
"collectCoverage": false,
"collectCoverageFrom": ["src/**/*.ts", "!src/**/*.spec.ts"],
"notify": true,
"testEnvironment": "node",
"testRegex": "/src/.+\\.spec\\.ts$",
"roots": ["<rootDir>/src"]
}