This repo provides a starting point for doing TDD (kata) in TypeScript with Jest.
- Clone this repo
- In a terminal (e.g., from VSCode) run
npm install npm testshould show that the sample test passes for the module insrc/systemUnderTest.ts
The project is configured with tests in the test directory, and source files in the src directory.