@happy-dom/jest-environment
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@happy-dom/jest-environment", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment", | ||
"@jest/types": "^26.2.0", | ||
"happy-dom": "^1.2.1", | ||
"happy-dom": "^1.2.2", | ||
"jest-mock": "^26.2.0", | ||
@@ -75,3 +75,3 @@ "jest-util": "^26.2.0", | ||
}, | ||
"gitHead": "0d5f60ef91e42a41729731028e458cc02ef3c7b7" | ||
"gitHead": "06e821df7734285239a4793b9c1af7f6607922f0" | ||
} |
@@ -62,3 +62,3 @@ ![Happy DOM Logo](https://github.com/capricorn86/happy-dom/raw/master/docs/happy-dom-logo.jpg) | ||
1. Edit your "package.json" file. | ||
2. Add "--env=jest-environment-happy-dom" as an attribute to your Jest command. | ||
2. Add "--env=@happy-dom/jest-environment" as an attribute to your Jest command. | ||
@@ -68,3 +68,3 @@ ```json | ||
"scripts": { | ||
"test": "jest --env=jest-environment-happy-dom" | ||
"test": "jest --env=@happy-dom/jest-environment" | ||
} | ||
@@ -85,3 +85,3 @@ } | ||
"jest": { | ||
"testEnvironment": "jest-environment-happy-dom" | ||
"testEnvironment": "@happy-dom/jest-environment" | ||
} | ||
@@ -101,6 +101,6 @@ } | ||
{ | ||
"testEnvironment": "jest-environment-happy-dom" | ||
"testEnvironment": "@happy-dom/jest-environment" | ||
} | ||
``` | ||
3. Save the file. | ||
3. Save the file. |
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
327647
103
Updatedhappy-dom@^1.2.2