Vitest Testing banner
junianwoo junianwoo

Vitest Testing

Testing community

Description

# Generated by Claude Toad — Review before use --- name: vitest-testing description: Vitest testing patterns and conventions for the claude-toad test suite globs: ["tests/**/*.ts", "tests/**/*.test.ts", "vitest.config.*"] --- > **When to read this skill:** Before writing, editing, or reviewing any test files in `tests/`, modifying `vitest.config.*`, or when adding new functionality to `src/` that requires corresponding test coverage. Read this skill completely before creating new test files.

Installation

Installs to ~/.claude/skills/junianwoo-claude-toad-vitest-testing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/junianwoo-claude-toad-vitest-testing && curl -fsSL https://raw.githubusercontent.com/junianwoo/claude-toad/HEAD/.claude/skills/vitest-testing.md -o ~/.claude/skills/junianwoo-claude-toad-vitest-testing/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository