Files
domain-driven-hexagon/.jestrc.json
2020-11-29 17:04:56 +01:00

14 lines
304 B
JSON

{
"rootDir": "./src/",
"coverageDirectory": "../artifacts/coverage",
"moduleFileExtensions": ["js", "json", "ts"],
"moduleNameMapper": {
"@app/(.*)$": "<rootDir>app/modules/$1"
},
"testRegex": ".spec.ts$",
"transform": {
".+\\.(t|j)s$": "ts-jest"
},
"testEnvironment": "node"
}