Use this repository as a template for coding dojo project in TypeScript language and AVA test runner.
Fork given repository to your account and clone it locally.
$ git clone <your repository fork url> ./coding-dojo
$ cd coding-dojo
$ npm install
The repository is supplied with two testing commands:
- Execute all tests in a single run
npm test
- Watch tests for changes and rerun them
npm run test:watch
If you are interested in debugging your tests, please refer to debugging section of AVA readme.