feat: ligma sugma

This commit is contained in:
mpaulson 2022-06-22 22:34:21 -06:00
parent 18db524263
commit 507b1b1dab
20 changed files with 156 additions and 205 deletions

9
.jest.config.json Normal file
View file

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