Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 281 Bytes

scratch-ts-jest

setup of a TDD with jest and ts, starting from scratch Used to demo TDD samples either using js or ts files.

Usage

  • Simply add your methods in src (or modify App.ts).
  • Add the corresponding test file in tests (or modify App.test.ts).
  • Run with npm test.