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
On this page
Languages
HTML96.6%JavaScript3.4%
Contributors
MIT License
Created October 15, 2025
Updated October 15, 2025