Tests ===== The test for the AREA Client Web is written using Jest and React Testing Library. The tests are located in the `client_web/src/__tests__` directory. To run the tests, use the following command: .. code-block:: sh make tests `; Or .. code-block:: sh make test_client_web `; Coverage can be generated via the command: .. code-block:: sh make coverage_client_web `;