The-Last-Algorithms-Course-.../.jest.config.json
2022-06-23 21:59:38 -06:00

9 lines
No EOL
154 B
JSON

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