JEST Unit Tests!
GitHub Actions
SonarCloud
Getting Started
In order to execute this project you must follow the steps below:
- Install Node JS (version >= 20.x)
- Run
npm installto install all the project dependencies - Run
npm run testto execute the entire test suite - Run
npm run coverageto 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.
Project Structure
- src: source code
- test: unit test files