Skip to content

Commit 09aa981

Browse files
committed
Fix test errors caused by upgrade in Chai dependency
1 parent 7dfbd9f commit 09aa981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function copyProps(src, target) {
1212

1313
global.window = window;
1414
global.document = window.document;
15+
global.HTMLElement = window.HTMLElement;
1516
global.navigator = {
1617
userAgent: 'node.js',
1718
};

0 commit comments

Comments
 (0)