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
- Host: GitHub
- URL: https://github.com/hudsonssrosa/tdd-typescript
- Owner: hudsonssrosa
- Created: 2021-06-10T10:30:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T12:21:41.000Z (over 3 years ago)
- Last Synced: 2025-01-02T07:24:24.105Z (6 months ago)
- Topics: tdd-javascript, tdd-kata, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`