lru here we come

This commit is contained in:
mpaulson 2022-08-09 20:01:51 -06:00
parent 432f88550b
commit 8b4725a628
6 changed files with 34 additions and 3 deletions

View file

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