https://github.com/stainless-api/typescript-interview
https://github.com/stainless-api/typescript-interview
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stainless-api/typescript-interview
- Owner: stainless-api
- Created: 2023-06-06T21:38:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T20:56:50.000Z (about 1 year ago)
- Last Synced: 2025-08-10T00:36:57.047Z (10 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-interview
A ready-to-go repo for job interviews that has:
- TypeScript
- eslint
- prettier
- jest test runners
- an example source file + test
## Getting started
- Clone this repo to your computer
- Run `yarn install` to fetch dependencies
- Run `yarn test` to start the test runner in watch mode
- This automatically re-runs when any file is changed
- Write your code in `src/index.ts`
- Write your tests in `src/index.test.ts`