Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 640 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 640 Bytes

eloquent-javascript-tests

A testing suite for those studying from Marijn Haverbeke's Eloquent JavaScript

Getting Started

  1. Fork the repository and clone a local copy
  2. Install Jest globally: npm i -g jest or yarn global add jest in terminal
  3. Make sure you have Node.js

Running a test

  1. Open terminal
  2. Navigate to repository: cd <path-to-repo>
  3. Run jest <problem-name>/test.js

Contributing

  • Raise an issue with the following:
    1. Chapter number
    2. Question name
    3. Issue type (bug, test, etc...)
    4. Describe the issue

Thanks

Marijn Haverbeke for a phenomenal book.