Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 317 Bytes

TDD class (module 4)

Refactoring legacy code

Recommended setup

  • Enable "Format on save" in your IDE

Commands available through npm run

  • cli: compile and run index.ts
  • freshstart: remove .git folder to clean up the git history
  • test, test:w,
  • typecheck or tc, typecheck:w or tc:w