Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 261 Bytes

File metadata and controls

7 lines (6 loc) · 261 Bytes

Tests

The project uses 4 types of tests:

  1. Regular unit tests on jest - npm run test:unit
  2. Component tests with React testing library -npm run test:unit
  3. Screenshot testing with loki npm run test:ui
  4. e2e testing with Cypress npm run test:e2e