TypeScript version of Yatzy Refactoring Kata Make sure you have node.js, and npm installed. Then in this directory: To install mocha in node_modules: npm install To run unit tests: npm test To run unit tests in watch mode: npm run watch