This project is meant to be used as a peer-programming Javascript mentoring exercises for client-side developers.
You need Node.js installed.
$ git clone [email protected]:Ghaberis/js-mentoring.git
$ cd js-mentoring
$ npm install
Run a specific Jest test using:
$ npm test challenge-1
Run the whole test suite using:
$ npm test