Vitest brings Vite’s speed to testing. Combined with Testing Library, it’s the modern testing stack.
Key Points
- Vitest is compatible with Jest’s API but much faster
- Testing Library encourages testing user behavior, not implementation
- Use
userEventoverfireEventfor realistic interactions