Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 248 Bytes

A repo to setup a basic Typescript project with a test runner that you can use to practise code katas

Looking for katas https://www.codurance.com/katas

Install & Run All tests

npm i

npm test

Watch All tests

npm run test:watch-all