The-Last-Algorithms-Course-.../.jest.config.json
2022-06-26 08:09:32 -06:00

9 lines
No EOL
154 B
JSON

{
"clearMocks": true,
"moduleNameMapper": {
"@code/(.*)": [
"<rootDir>/src/day5/$1"
]
},
"preset": "ts-jest"
}