Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Conversation

@Bewinxed
Copy link
Collaborator

@Bewinxed Bewinxed commented Sep 8, 2025

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Tests are failing because jest-environment-jsdom is not included as a dependency, causing test environment setup issues with DOM-related tests.

What is the new behavior?

Added jest-environment-jsdom v28.1.3 as a devDependency to ensure tests run properly with the jsdom environment configured.

Additional context

The jest-environment-jsdom package was missing from the dependencies, which caused tests that rely on DOM APIs to fail. This fix ensures the proper test environment is available.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2025

🚀 Preview Release Status

false


Last updated: 2025-09-08T09:02:39Z

@Bewinxed Bewinxed force-pushed the bewinxed/add-jest-environment-jsdom branch 2 times, most recently from 44e6c2e to d2160d7 Compare September 8, 2025 08:50
@Bewinxed Bewinxed changed the title fix: bump jest/ts-jest to "^29.1.3" & add jest-environment-jsdom fix: add missing jest-environment-jsdom dependency Sep 8, 2025
@Bewinxed Bewinxed force-pushed the bewinxed/add-jest-environment-jsdom branch from d2160d7 to fb86589 Compare September 8, 2025 08:55
@Bewinxed Bewinxed force-pushed the bewinxed/add-jest-environment-jsdom branch from fb86589 to efb0401 Compare September 8, 2025 08:57
@Bewinxed Bewinxed force-pushed the bewinxed/add-jest-environment-jsdom branch from f6e7b81 to 0a1ec2d Compare September 8, 2025 09:02
@hf hf merged commit b0e7f5e into master Sep 24, 2025
11 checks passed
@hf hf deleted the bewinxed/add-jest-environment-jsdom branch September 24, 2025 13:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants