We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8186bfa commit 4f01c76Copy full SHA for 4f01c76
tests/node-qunit/setup.js
@@ -37,6 +37,8 @@ function createDom() {
37
global.window = dom.window;
38
global.document = window.document;
39
global.Node = window.Node;
40
+ global.HTMLElement = dom.window.HTMLElement;
41
+ global.customElements = dom.window.customElements;
42
global.$ = global.jQuery = require('../../../../resources/lib/jquery/jquery.js');
43
44
return () => {
0 commit comments