diff --git a/index.js b/index.js index 7827bd5..09d57f0 100644 --- a/index.js +++ b/index.js @@ -33,6 +33,7 @@ module.exports = function globalJsdom (html, options) { global[key] = window[key] }) + global.jsdom = document global.document = window.document global.window = window window.console = global.console