@happy-dom/jest-environment 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -56,7 +56,7 @@ npm install @happy-dom/jest-environment --save-dev
|
|
56
56
|
|
57
57
|
# Setup
|
58
58
|
|
59
|
-
Jest uses
|
59
|
+
Jest uses `node` as test environment by default. In order to tell Jest to use a different environment we will either have to set a CLI attribute, define it in "package.json" or add a property to your Jest config file.
|
60
60
|
|
61
61
|
|
62
62
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@happy-dom/jest-environment",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.1",
|
4
4
|
"license": "MIT",
|
5
5
|
"homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment",
|
6
6
|
"repository": "https://github.com/capricorn86/happy-dom",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"@jest/environment": "^27.5.1",
|
53
53
|
"@jest/fake-timers": "^27.5.1",
|
54
54
|
"@jest/types": "^27.5.1",
|
55
|
-
"happy-dom": "^3.2.
|
55
|
+
"happy-dom": "^3.2.1",
|
56
56
|
"jest-mock": "^27.5.1",
|
57
57
|
"jest-util": "^27.5.1"
|
58
58
|
},
|
@@ -90,5 +90,5 @@
|
|
90
90
|
"vue": "^3.2.31",
|
91
91
|
"zone.js": "^0.10.3"
|
92
92
|
},
|
93
|
-
"gitHead": "
|
93
|
+
"gitHead": "948aaef6fc830595b6d8dc9f0cae77430b20ae94"
|
94
94
|
}
|