The-Last-Algorithms-Course-.../.jest.config.json
2024-05-15 16:59:36 -04:00

9 lines
No EOL
154 B
JSON

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