Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davealdon/typescript-testing-playground
- Owner: DaveAldon
- Created: 2022-09-27T15:15:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T15:56:30.000Z (about 2 years ago)
- Last Synced: 2024-10-12T13:14:11.510Z (about 1 month ago)
- Topics: bare-bones, jest, prettier, typescript
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`