A ready-to-go repo for job interviews that has:
- TypeScript
- eslint
- prettier
- jest test runners
- an example source file + test
- Clone this repo to your computer
- Run
yarn installto fetch dependencies - Run
yarn testto 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