项目作者: hudsonssrosa

项目描述 :
TDD exercises
高级语言: TypeScript
项目地址: git://github.com/hudsonssrosa/tdd-typescript.git
创建时间: 2021-06-10T10:30:42Z
项目社区:https://github.com/hudsonssrosa/tdd-typescript

开源协议:

下载


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