Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

executable file
·
21 lines (12 loc) · 426 Bytes

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 [email protected]: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