typescript-testing

Installation
SKILL.md

TypeScript Testing Patterns

Comprehensive testing patterns using Vitest for unit testing, MSW for API mocking, and snapshot testing for complex object validation.

Quick Start

Installation

# Core testing dependencies
bun add -d vitest @vitest/ui

# MSW for API mocking
bun add -d msw

# Optional: coverage reporting
bun add -d @vitest/coverage-v8
Installs
15
GitHub Stars
29
First Seen
Apr 12, 2026
typescript-testing — martinffx/atelier