The project contains unit tests located in the src/__tests__
folder. To run the unit tests follow the instructions below.
NOTE: To run the unit tests you must have Node version 18 (or above) installed.
- Run the
yarn install
command in your checkout of the project to download development dependencies - To run the unit test, enter the command
yarn test