Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You may use the provided resources to follow along with the course, debug your c

This repository contains multiple [branches](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches). Every branch represents a course section and contains the resources that belong to that section.

For example, the branch [02-basics](https://github.com/academind/js-testing-practical-guide-code/tree/03-basics) contains all course resources (e.g., code snapshots) that belong to section 3 ("Testing Basics") of the course.
For example, the branch [03-basics](https://github.com/academind/js-testing-practical-guide-code/tree/03-basics) contains all course resources (e.g., code snapshots) that belong to section 3 ("Testing Basics") of the course.

You can switch branches via the dropdown in the top left corner of this repository page.

Expand All @@ -32,4 +32,4 @@ The subfolders in the `/code` folder are named such that mapping them to the cou

The provided code is primarily meant to be used for code comparisons (i.e., so that you can compare your code to mine to find + fix errors).

But you can also run my project code by navigating into the respective code snapshots subfolder (i.e., a subfolder in the `/code` folder) and executing `npm install` followed by `npm test` there.
But you can also run my project code by navigating into the respective code snapshots subfolder (i.e., a subfolder in the `/code` folder) and executing `npm install` followed by `npm test` there.