Skip to content

hudsonssrosa/tdd-typescript

Repository files navigation

Typescript + Jest Kata Seed

All the exercises here were solved in Codurance Academy classes. See more in:

Install & Run

npm i

npm install -g npm

npm start

Only run specific Kata unit test

npm start <name of test> (per describe block)

ie: npm start <my_test>.test

Watch a specific Kata unit test

npm run watch <name of test>

ie: npm run watch <my_test>.test

Watch All tests

npm run watch-all