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,15 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node", "@testing-library/jest-dom"]
},
"files": ["src/test-setup.ts"],
"include": [
"jest.config.ts",
"src/**/*.test.ts",
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}