Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 308 Bytes

Typescript-Testing-Playground

The purpose of this repository is to provide a quick way to spin up a bare-bones Typescript + Jest environment.

Includes a Prettier configuration as well.

Getting Started

  1. Install dependancies: npm i
  2. Run tests: npm test
  3. Compile Typescript: npm run build