@happy-dom/jest-environment 2.46.3 → 2.47.2
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 +6 -2
- package/package.json +3 -3
package/README.md
CHANGED
@@ -3,9 +3,11 @@
|
|
3
3
|
|
4
4
|
# About
|
5
5
|
|
6
|
-
|
6
|
+
[Happy DOM](https://github.com/capricorn86/happy-dom) is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG [DOM](https://dom.spec.whatwg.org/) and [HTML](https://html.spec.whatwg.org/multipage/).
|
7
7
|
|
8
|
-
[Happy DOM](https://github.com/capricorn86/happy-dom)
|
8
|
+
The goal of [Happy DOM](https://github.com/capricorn86/happy-dom) is to emulate enough of a web browser to be useful for testing, scraping web sites and server-side rendering.
|
9
|
+
|
10
|
+
[Happy DOM](https://github.com/capricorn86/happy-dom) focuses heavily on performance and can be used as an alternative to [JSDOM](https://github.com/jsdom/jsdom).
|
9
11
|
|
10
12
|
This package makes it possible to use [Happy DOM](https://github.com/capricorn86/happy-dom) with [Jest](https://jestjs.io/).
|
11
13
|
|
@@ -16,6 +18,8 @@ This package makes it possible to use [Happy DOM](https://github.com/capricorn86
|
|
16
18
|
|
17
19
|
- Shadow Root (Shadow DOM)
|
18
20
|
|
21
|
+
- Declarative Shadow DOM
|
22
|
+
|
19
23
|
- Mutation Observer
|
20
24
|
|
21
25
|
- Tree Walker
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@happy-dom/jest-environment",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.47.2",
|
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",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"@jest/environment": "^27.0.3",
|
54
54
|
"@jest/fake-timers": "^27.0.3",
|
55
55
|
"@jest/types": "^27.0.2",
|
56
|
-
"happy-dom": "^2.
|
56
|
+
"happy-dom": "^2.47.2",
|
57
57
|
"jest-mock": "^27.0.3",
|
58
58
|
"jest-util": "^27.0.2"
|
59
59
|
},
|
@@ -91,5 +91,5 @@
|
|
91
91
|
"vue": "^2.6.12",
|
92
92
|
"zone.js": "^0.10.3"
|
93
93
|
},
|
94
|
-
"gitHead": "
|
94
|
+
"gitHead": "59fae65c3dcb8e56cf2f150d5e2082e58ba3f8ec"
|
95
95
|
}
|