Testing
Commands (Node/Frontend - Vitest)
- •
npm test- run tests - •
npm run test:watch- watch mode - •
npm run test:ci- with coverage
Workflow
- •Run
npm test - •Report results concisely
- •Show failing test names and file paths
Rules
- •Default to
npm test - •Don't modify tests unless requested