/Typescript-Jest-Kata-Seed

Seed project for quickly writing kata's with typescript & jest

Primary LanguageTypeScript

Typescript + Jest Kata Seed

Install & Run

npm i

npm start

Only run specific Kata unit test

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

ie: npm start subtract

Watch a specific Kata unit test

npm run watch <name of test>

ie: npm run watch subtract

Watch All tests

npm run watch-all