vitest
Installation
SKILL.md
Vitest
Setup
bun add -D vitest @vitest/coverage-v8
# With React
bun add -D @testing-library/react @testing-library/user-event @testing-library/jest-dom jsdom
// vitest.config.ts
import { defineConfig } from 'vitest/config'
import react from '@vitejs/plugin-react'
import path from 'path'