Testing
We use Jest and React Testing Library for unit/integration tests.Setup
client/jest.config.jsclient/jest.setup.js
Run Tests
Example Test
Tips
- Keep tests fast and deterministic
- Prefer testing behavior over implementation
- Mock network requests