All the exercises here were solved in Codurance Academy classes. See more in:
- https://github.com/codurance/academy-walking-1-typescript-base-jest
- https://github.com/eyev/Typescript-Jest-Kata-Seed
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