Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Testing

Dima Vyshniakov edited this page Dec 15, 2023 · 3 revisions

Snapshot testing done with react-testing-library. Example tests are included. Redux connected components are tested with redux-mock-store.

Caveats

  • If pre-commit hooks not work (e.g. your code is not linted after commit), run yarn prepare in your project folder.
  • You need to update snapshots and fix failing tests to be able to commit or push your code
Clone this wiki locally