feat: small change

This commit is contained in:
mpaulson 2022-08-03 19:50:30 -06:00
parent b83a3f379b
commit b1ec6b10af
5 changed files with 6 additions and 25 deletions

View file

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