TDD exercises
All the exercises here were solved in Codurance Academy classes.
See more in:
npm i
npm install -g npm
npm start
npm start <name of test>
(per describe block)
ie: npm start <my_test>.test
npm run watch <name of test>
ie: npm run watch <my_test>.test
npm run watch-all