An open API service indexing awesome lists of open source software.

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) ✍️

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 🤞

![Setup](img/setup.png)