feat(memoro/server): add Zod schema validation tests with vitest

59 tests covering all API request schemas (createMemo, appendMemo, combineMemo,
spaces, invites, credits, pagination, transcription callbacks, etc.).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-01 15:43:05 +02:00
parent 1007c1e82b
commit bdf166a838
7 changed files with 931 additions and 474 deletions

View file

@ -17,6 +17,7 @@
"devDependencies": {
"@types/node": "^20.0.0",
"@types/uuid": "^10.0.0",
"typescript": "^5.5.0"
"typescript": "^5.5.0",
"vitest": "^3.0.0"
}
}