Comparing version
{ | ||
"name": "window", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Exports a jsdom window object.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,2 +7,2 @@ const jsdom = require('jsdom'); | ||
// lots of properties to the original reference. | ||
module.exports = window = (jsdomConfig = {}) => jsdom.jsdom('', Object.assign({}, jsdomConfig)).defaultView; | ||
module.exports = (jsdomConfig = {}) => jsdom.jsdom('', Object.assign({}, jsdomConfig)).defaultView; |
3467
-0.26%