remove vitest

This commit is contained in:
Josh Hawkins 2026-05-19 14:42:52 -05:00
parent 8dec671598
commit b79603d5ef

View File

@ -162,7 +162,6 @@ When reviewing code, do NOT comment on:
- **Linting**: ESLint (see `web/.eslintrc.cjs`)
- **Formatting**: Prettier with Tailwind CSS plugin
- **Type Safety**: TypeScript strict mode enabled
- **Testing**: Vitest for unit tests
### Component Patterns