Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 319 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 319 Bytes

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 example

Watch a specific Kata unit test

npm run watch <name of test>

ie: npm run watch example

Watch All tests

npm run watch-all