testing-zod-schemas

Installation
SKILL.md

Testing Zod Schemas

Purpose

Comprehensive guide to testing Zod v4 schemas, including validation logic, error messages, transformations, and type inference.

For Vitest test structure, mocking, and async patterns, use vitest-4/skills/writing-vitest-tests

Unit Testing Schemas

Basic Validation Tests

import { z } from 'zod';
Installs
5
First Seen
Feb 4, 2026
testing-zod-schemas — djankies/claude-configs