There was an error while loading. Please reload this page.
1 parent bc3571f commit dcdcd6bCopy full SHA for dcdcd6b
1 file changed
test/load.js
@@ -32,7 +32,7 @@ module.exports = function() {
32
};
33
34
topic.document = function(_) {
35
- var document = jsdom.jsdom("<html><head></head><body></body></html>");
+ var document = jsdom.jsdom();
36
37
// Monkey-patch createRange support to JSDOM.
38
document.createRange = function() {
0 commit comments