Skip to content

Conversation

@zunaid-hassan
Copy link
Contributor

Because

Learners often miss the Jest installation step. Possibly because it’s visually grouped with the Node installation step. They may assume the entire block is only about Node (already covered in a previous lesson), so they skip the Jest step by mistake.

This PR

  • Separates the Node and Jest installation into distinct top-level steps.

Issue

Closes #586

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project Contributing Guide
  • The title of this PR follows the location of change: brief description of change format, e.g. 01_helloWorld: Update test cases
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If this PR includes any changes that affect the solution of an exercise, I've also updated the solution in the /solutions folder

Separate NPM and Jest setup steps to prevent missed steps.
zunaid-hassan and others added 3 commits October 27, 2025 18:21
Co-authored-by: mao-sz <122839503+mao-sz@users.noreply.github.com>
Co-authored-by: mao-sz <122839503+mao-sz@users.noreply.github.com>
Clarified npm installation instructions in README.
@zunaid-hassan zunaid-hassan requested a review from mao-sz October 27, 2025 10:26
@mao-sz mao-sz merged commit 698480c into TheOdinProject:main Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README: Separate NPM and Jest setup steps to prevent missed steps

2 participants