fix error for day one
This commit is contained in:
parent
02a064b568
commit
447be1e9de
4 changed files with 3 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"clearMocks": true,
|
||||
"moduleNameMapper": {
|
||||
"@code/(.*)": [
|
||||
"<rootDir>/src/day4/$1"
|
||||
"<rootDir>/src/day1/$1"
|
||||
]
|
||||
},
|
||||
"preset": "ts-jest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue