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:

make tests

`;

Or

make test_client_web

`;

Coverage can be generated via the command:

make coverage_client_web

`;