Skip to content

Quickly spin up a bare-bones Typescript testing environment

Notifications You must be signed in to change notification settings

DaveAldon/Typescript-Testing-Playground

Repository files navigation

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

About

Quickly spin up a bare-bones Typescript testing environment

Topics

Resources

Stars

Watchers

Forks