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: 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T15:56:30.000Z (over 2 years ago)
- Last Synced: 2025-03-26T06:06:35.820Z (2 months 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`