/js-mentoring

JavaScript mentoring exercises

Primary LanguageJavaScript

Javascript Mentoring Exercises

This project is meant to be used as a peer-programming Javascript mentoring exercises for client-side developers.

Install

You need Node.js installed.

$ git clone git@github.com:Ghaberis/js-mentoring.git
$ cd js-mentoring
$ npm install

Run

Run a specific Jest test using:

$ npm test challenge-1

Run the whole test suite using:

$ npm test