Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 342 Bytes

ts-tdd

Basic boilerplate for TDD in TypeScript.

Installation

To install, clone the repository and use npm install or npm ci.

The TypeScript settings assume you're using Node >=12.9.

Use

  • npm test: run the tests, any *.spec.ts files in the src/ directory
  • npm run build: transpile to JavaScript, emitting to lib/