integration-tests icon indicating copy to clipboard operation
integration-tests copied to clipboard

integration-tests

This project was bootstrapped with Create React App.

Run in development mode:

yarn start

To log in, use the email [email protected] and any password.

Run tests in watch mode:

yarn test

Run all tests and generate coverage report

Integration tests:

yarn test:coverage:integration

Unit tests:

yarn test:coverage:unit