planmode
← Back to packages

vitest-setup

plan

Configure Vitest with TypeScript, coverage, and sensible defaults

planmode install vitest-setup

Content

# Vitest Setup

1. Install vitest and dependencies
2. Create vitest.config.ts
3. Configure TypeScript paths
4. Set up coverage with @vitest/coverage-v8
5. Add test scripts to package.json
6. Create example test file