Skip to content

Commit c6ae212

Browse files
committed
chore: add global HTMLElement in testenv node
1 parent 341708e commit c6ae212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testenv/node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ globalThis.Blob = jsdom.window.Blob
3636
globalThis.FileReader = jsdom.window.FileReader
3737
globalThis.FileList = jsdom.window.FileList
3838
globalThis.customElements = jsdom.window.customElements
39+
globalThis.HTMLElement = jsdom.window.HTMLElement

0 commit comments

Comments
 (0)