test(api-task): add integration tests for task endpoints

This commit is contained in:
2026-04-05 00:13:19 +08:00
parent 32022c1437
commit 3a9b5fb000
5 changed files with 4065 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node", "jest"]
},
"include": ["src/**/*.ts", "generated/prisma/**/*.ts", "test/**/*.ts"],
"exclude": ["dist", "node_modules"]
}