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

Commit b0e7f5e

Browse files
authored
fix: add missing jest-environment-jsdom dependency (#1111)
## 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.
1 parent 6a98370 commit b0e7f5e

File tree

3 files changed

+2273
-1249
lines changed

3 files changed

+2273
-1249
lines changed

0 commit comments

Comments
 (0)