jest-environment-jsdom
Advanced tools
Comparing version 29.3.1 to 29.4.0
@@ -80,3 +80,3 @@ 'use strict'; | ||
); | ||
const global = (this.global = this.dom.window.document.defaultView); | ||
const global = (this.global = this.dom.window); | ||
if (global == null) { | ||
@@ -83,0 +83,0 @@ throw new Error('JSDOM did not return a Window object'); |
{ | ||
"name": "jest-environment-jsdom", | ||
"version": "29.3.1", | ||
"version": "29.4.0", | ||
"repository": { | ||
@@ -20,13 +20,13 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/environment": "^29.3.1", | ||
"@jest/fake-timers": "^29.3.1", | ||
"@jest/types": "^29.3.1", | ||
"@jest/environment": "^29.4.0", | ||
"@jest/fake-timers": "^29.4.0", | ||
"@jest/types": "^29.4.0", | ||
"@types/jsdom": "^20.0.0", | ||
"@types/node": "*", | ||
"jest-mock": "^29.3.1", | ||
"jest-util": "^29.3.1", | ||
"jest-mock": "^29.4.0", | ||
"jest-util": "^29.4.0", | ||
"jsdom": "^20.0.0" | ||
}, | ||
"devDependencies": { | ||
"@jest/test-utils": "^29.3.1" | ||
"@jest/test-utils": "^29.4.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9" | ||
"gitHead": "4bc0e8acaf990e6618a7bed1dca67760c20bb12a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10830
5
Updated@jest/environment@^29.4.0
Updated@jest/fake-timers@^29.4.0
Updated@jest/types@^29.4.0
Updatedjest-mock@^29.4.0
Updatedjest-util@^29.4.0