Test frameworks provide structure for writing and running tests. Popular choices:
- Jest: Full-featured, works out of the box
- Vitest: Fast, Vite-native
- Mocha: Flexible, needs assertion library
We'll use Jest syntax, but concepts apply to all frameworks.