Skip to content

Commit

Permalink
[WIP] Replace jsdom with happy-dom testing environment to enable …
Browse files Browse the repository at this point in the history
…`Modal` tests (#461)
  • Loading branch information
bedrich-schindler committed Jan 21, 2025
1 parent 2514fd7 commit c899062
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 592 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
setupFilesAfterEnv: [
'<rootDir>/tests/setupTestingLibrary.js',
],
testEnvironment: 'jsdom',
testEnvironment: '@happy-dom/jest-environment',
transformIgnorePatterns: [
'node_modules/(?!(@react-ui-org))',
],
Expand Down
Loading

0 comments on commit c899062

Please sign in to comment.