feat: basic testing done

This commit is contained in:
2025-07-14 22:27:49 +02:00
parent a178932afe
commit 8f5036f246
12 changed files with 5310 additions and 60 deletions

View File

@@ -20,14 +20,14 @@
"paths": {
"@/*": ["./src/*"]
},
"typeRoots": ["./src/modules/auth/types"]
"typeRoots": ["./node_modules/@types", "./src/modules/auth/types"]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"src/modules/**/*.d.ts"
],
"exclude": ["node_modules"]
"src/modules/**/*.d.ts",
"./jest.setup.ts"
]
}