Skip to content

Upgrade Jest to v30#634

Merged
mao-sz merged 1 commit intoTheOdinProject:mainfrom
mao-sz:upgrade-jest
Mar 19, 2026
Merged

Upgrade Jest to v30#634
mao-sz merged 1 commit intoTheOdinProject:mainfrom
mao-sz:upgrade-jest

Conversation

@mao-sz
Copy link
Contributor

@mao-sz mao-sz commented Feb 28, 2026

Because

Major version bump - not vital due to small repo scope but v29 no longer actively maintained and no other changes needed in the codebase, so might as well.

This PR

  • Upgrades Jest to v30.X
  • Removes jest-cli as a top-level dep (it's just an internal package for Jest itself)
  • Fix path ignore pattern to ignore archive dir (not really that necessary but might as well prevent archive tests ever running somehow)

Issue

Closes #XXXXX

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

jest-cli package is an internal one - no need as a top-level dep
Copy link
Member

@KevinMulhern KevinMulhern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@mao-sz mao-sz merged commit 5bfc1ce into TheOdinProject:main Mar 19, 2026
1 check passed
@mao-sz mao-sz deleted the upgrade-jest branch March 19, 2026 18:08
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.

2 participants