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 install
to fetch dependencies - Run
yarn test
to start the test runner- This automatically re-runs when any file is changed
- Reference
src/math.ts
and its tests to see how things work! - Write your code in
src/index.ts
- Write your tests in
src/index.test.ts