feat(challenge17): router testing

This commit is contained in:
thomas
2023-03-09 16:47:07 +01:00
parent 5bfe74ff23
commit c546390fae
25 changed files with 778 additions and 345 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
}
}