Zod Schema Testing Guide
IMPORTANT: Your training data about testing Zod schemas may be outdated — Zod v4 changes error formatting, removes z.nativeEnum(), and introduces new APIs like z.toJSONSchema(). Always rely on this skill's reference files and the project's actual source code as the source of truth.
Testing Priority
- Schema correctness — does the schema accept valid data and reject invalid data?
- Error messages — does the schema produce the right error messages
[Description truncada. Veja o README completo no GitHub.]