Skip to content

Jest v30#4624

Merged
kubk merged 3 commits intomainfrom
jest-v30
Mar 12, 2026
Merged

Jest v30#4624
kubk merged 3 commits intomainfrom
jest-v30

Conversation

@kubk
Copy link
Copy Markdown
Collaborator

@kubk kubk commented Mar 12, 2026

Closes: #3920

  • Updated Jest toolchain to v30. Fixed Jest 30 matcher breakage in tests: .toThrowError / .toBeCalled / .toBeCalledTimes
  • Removed Jest validation warnings:
    -- Unknown option "coverageReporters": gone after upgrading to Jest 30, which supports it in project config.
    -- Unknown option "projects": gone by stopping the root config from loading packages/mobx’s aggregator as a child project.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 12, 2026

⚠️ No Changeset found

Latest commit: a9ea856

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@kubk
Copy link
Copy Markdown
Collaborator Author

kubk commented Mar 12, 2026

@kubk kubk merged commit f974f65 into main Mar 12, 2026
2 checks passed
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.

Jest unkown option warnings

1 participant