Skip to content

Commit

Permalink
Fix happy-dom failure in jasmine benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Jan 12, 2024
1 parent c036a77 commit 5b087bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"ignoreDeps": [
"@blueprintjs/icons",
"@floating-ui/react-dom-interactions",
"@happy-dom/global-registrator",
"@happy-dom/jest-environment",
"@testing-library/react",
"@testing-library/user-event",
Expand Down
1 change: 0 additions & 1 deletion benchmarks/jasmine/spec/helpers/happydom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ global.window = window;
'HTMLCanvasElement',
'HTMLElement',
'HTMLInputElement',
'navigator',
'SVGElement'
].forEach((key) => {
global[key] = global.window[key];
Expand Down

0 comments on commit 5b087bb

Please sign in to comment.