Skip to content

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

Notifications You must be signed in to change notification settings

eyev/Typescript-Jest-Kata-Seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published