This is a Javascript exercice following The Odin Project curriculum.
The purpose of this exercise is to practice testing Javascript code with jest.js.
If you forked the repo, make sure to run npm install
to install the necessary dependencies.
To test the code, run npm test
.