https://github.com/antoinewg/tdd-technical-interviews
JS technical interviews (in TDD) ✍️
https://github.com/antoinewg/tdd-technical-interviews
Last synced: 3 months ago
JSON representation
JS technical interviews (in TDD) ✍️
- Host: GitHub
- URL: https://github.com/antoinewg/tdd-technical-interviews
- Owner: antoinewg
- Created: 2019-10-28T20:21:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T12:57:46.000Z (about 1 year ago)
- Last Synced: 2025-02-14T23:49:32.252Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical interviews (using TDD)
This repo aims at providing a simple environment to perform technical interviews using jest. It's destined for technical recruiters as well as candidates who want to practise TDD.
**To technical interviewers**: Feel free to add any exercice and their solution (algo and tests).
## Setup
- Clone the repo `git clone`.
- Install the dependencies: `npm install`.
- Run the test you want: `npm run test exo1` or `npm run test:watch exo1`
- Good luck with the interview 🤞