The-Last-Algorithms-Course-.../.jest.config.json
2022-08-09 20:31:17 -06:00

9 lines
No EOL
154 B
JSON

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