Skip to content

Fix 10up-toolkit test-unit-jest command#481

Open
MyAudioDNA wants to merge 2 commits intodevelopfrom
fix/480-test-unit-jest-not-working
Open

Fix 10up-toolkit test-unit-jest command#481
MyAudioDNA wants to merge 2 commits intodevelopfrom
fix/480-test-unit-jest-not-working

Conversation

@MyAudioDNA
Copy link

@MyAudioDNA MyAudioDNA commented Feb 18, 2026

Related Issue/RFC: #480

Description of the Change

The 10up-toolkit test-unit-jest command is not working out of the box. The jest-environment-jsdom is no longer included with jest by default, which causes the jest run to fail. This includes the jest-environment-jsdom package separately to allow jest to run correctly.

Verification Process

Checked the 10up-toolkit test-unit-jest runs properly with the jest-environment-jsdom package installed separately.

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.
  • I have added a changeset to my PR. See CONTRIBUTING document for instructions

@changeset-bot
Copy link

changeset-bot bot commented Feb 18, 2026

⚠️ No Changeset found

Latest commit: 6b5ec93

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

@MyAudioDNA MyAudioDNA changed the title Fix 10up-toolkit test-unit-jest Fix 10up-toolkit test-unit-jest command Feb 18, 2026
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.

1 participant

Comments