jest-environment-jsdom 21.0.0 → 21.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/build/index.js +2 -4
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
15
14
|
function _load_jestUtil() {return _jestUtil = require('jest-util');}var _jestMock;
|
|
16
15
|
function _load_jestMock() {return _jestMock = _interopRequireDefault(require('jest-mock'));}var _jsdom;
|
|
17
16
|
function _load_jsdom() {return _jsdom = _interopRequireDefault(require('jsdom'));}function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}
|
|
@@ -57,8 +56,7 @@ class JSDOMEnvironment {
|
|
|
57
56
|
}} /**
|
|
58
57
|
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
|
59
58
|
*
|
|
60
|
-
* This source code is licensed under the
|
|
61
|
-
* LICENSE file in the root directory of this source tree.
|
|
62
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
59
|
+
* This source code is licensed under the MIT license found in the
|
|
60
|
+
* LICENSE file in the root directory of this source tree.
|
|
63
61
|
*
|
|
64
62
|
*/module.exports = JSDOMEnvironment;
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-environment-jsdom",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.2.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/facebook/jest.git"
|
|
7
7
|
},
|
|
8
|
-
"license": "
|
|
8
|
+
"license": "MIT",
|
|
9
9
|
"main": "build/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"jest-mock": "^21.
|
|
12
|
-
"jest-util": "^21.
|
|
11
|
+
"jest-mock": "^21.2.0",
|
|
12
|
+
"jest-util": "^21.2.1",
|
|
13
13
|
"jsdom": "^9.12.0"
|
|
14
14
|
}
|
|
15
15
|
}
|