kata-temperatures
v1.0.0
Published
This is a project with the goal to resolve a Kata using TDD.
Downloads
7
Readme
Kata Temperatures
This is a project with the goal to resolve a Kata using TDD.
Author
Name: William Emil Abreu Sanz Id: 1094437 Period: 2022 - 03
Set up
To install all the dependencies you need to had install Node and use the following command:
npm installTests
To execute the unit tests, use the following command:
npm run test