The project uses 4 types of tests:
- Conventional unit tests on jest -
npm run test:unit
. - Tests on components from the React Testing Library -
npm run test:unit
. - Testing snapshots with loki
npm run test:ui
- E2E testing with Cypress
npm run test:e2e
.