An open API service indexing awesome lists of open source software.

https://github.com/hudsonssrosa/tdd-typescript

TDD exercises
https://github.com/hudsonssrosa/tdd-typescript

tdd-javascript tdd-kata typescript unit-testing

Last synced: 4 months ago
JSON representation

TDD exercises

Awesome Lists containing this project

README

        

# Typescript + Jest Kata Seed
All the exercises here were solved in Codurance Academy classes.
See more in:
- https://github.com/codurance/academy-walking-1-typescript-base-jest
- https://github.com/eyev/Typescript-Jest-Kata-Seed

## Install & Run
`npm i`

`npm install -g npm`

`npm start`

## Only run specific Kata unit test
`npm start ` (per describe block)

ie: `npm start .test`

## Watch a specific Kata unit test

`npm run watch `

ie: `npm run watch .test`

## Watch All tests

`npm run watch-all`