Jest tests and solutions for all exercises in the third edition of Eloquent Javascript. Get a free copy here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What you need installed to run locally
git
Nodejs - 16.x
Yarn
- Cd into the project directory
cd eloquent-javascript-tests/
- Install dependencies
yarn install --frozen-lockfile
-
Run all tests.
yarn test
-
Run tests by chapter.
yarn test chapter_2/
-
Run with github actions Tests are run automatically by github actions when you push to github. Click on the actions tab in your repo for more details.
- Jest - The testing framework used
- Ajawu David - Initial work - Github
This project is licensed under the MIT License - see the LICENSE.md file for details