Skip to main content

Testing

We use Jest and React Testing Library for unit/integration tests.

Setup

  • client/jest.config.js
  • client/jest.setup.js

Run Tests

Example Test

Tips

  • Keep tests fast and deterministic
  • Prefer testing behavior over implementation
  • Mock network requests