Skip to content

Commit 568001b

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 7c4acea commit 568001b

File tree

3 files changed

+2273
-1249
lines changed

3 files changed

+2273
-1249
lines changed

0 commit comments

Comments
 (0)