Skip to content

Commit

Permalink
chore: add global HTMLElement in testenv node
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Feb 4, 2025
1 parent 341708e commit c6ae212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testenv/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ globalThis.Blob = jsdom.window.Blob
globalThis.FileReader = jsdom.window.FileReader
globalThis.FileList = jsdom.window.FileList
globalThis.customElements = jsdom.window.customElements
globalThis.HTMLElement = jsdom.window.HTMLElement

0 comments on commit c6ae212

Please sign in to comment.