This is my sumbission for the Kata.
This code has the following requirements:
- nodejs installed, at least version 12.2.0
- npm installed, at least version 6.9.0
The remaining requirements will be installed in the next section.
Before running the code or the tests, make sure to install the required npm libraries:
npm i
This will download and install the libraries from the remote npm registry, so make sure you have a working internet connection.
To run the code execute:
npm start
You can easily run the BDD tests by executing:
npm test
You can run the unit tests by running:
npm run dev:test
The results of the tests will be shown as the specs are run.