Skip to content

iamtimleonard/eloquent-javascript-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published