In order to execute this project you must follow the steps below:
- Install Node JS (version >= 20.x)
- Run
npm install
to install all the project dependencies - Run
npm run test
to execute the entire test suite - Run
npm run coverage
to execute the entire test suite with coverage
All execution artifacts can be found in ./coverage
, if you want to remove these files run npm run clean
.
- src: source code
- test: unit test files