Skip to content

Latest commit

 

History

History

typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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