feat: working through the dynamic testing portion of ligmata

This commit is contained in:
mpaulson 2022-06-23 10:29:59 -06:00
parent 8859e43ac9
commit 90fdc7aa06
9 changed files with 113 additions and 58 deletions

View file

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