Skip to content

frshwtr/typescript-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.7%
  • JavaScript 43.3%