A testing suite for those studying from Marijn Haverbeke's Eloquent JavaScript
- Fork the repository and clone a local copy
- Install Jest globally:
npm i -g jest
oryarn global add jest
in terminal - Make sure you have Node.js
- Open terminal
- Navigate to repository:
cd <path-to-repo>
- Run
jest <problem-name>/test.js
- Raise an issue with the following:
- Chapter number
- Question name
- Issue type (bug, test, etc...)
- Describe the issue
Marijn Haverbeke for a phenomenal book.