This project is made as part of a course I'm taking at NS. We practice TDD using Katas.
Run the unit test with this command:
npm run test
You can check the code coverage and view the html results by running this command:
npm run test:coverage && open coverage/index.html