repo with examples of the different tasks to solve
Setup:
- clone repo/fork and clone
git clone <repo_name>
- go to the repo
cd ./<repo_name>
- download the dependencies
npm install
- run tests
npm run test
- fix failed tests
Note: you can check the provided solution at validation
branch
git checkout validation
npm run test