Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davealdon/typescript-testing-playground

Quickly spin up a bare-bones Typescript testing environment
https://github.com/davealdon/typescript-testing-playground

bare-bones jest prettier typescript

Last synced: 18 days ago
JSON representation

Quickly spin up a bare-bones Typescript testing environment

Awesome Lists containing this project

README

        

# 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`