forked from facebook/react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use jest-environment-jsdom-sixteen (facebook#19288)
* Use jest-environment-jsdom-sixteen * Update yarn.lock * Dedupe new jest packages in yarn.lock * Pull upstream changes
- Loading branch information
1 parent
e387c98
commit bc4cd92
Showing
3 changed files
with
231 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ | |
"jest": "^25.2.7", | ||
"jest-cli": "^25.2.7", | ||
"jest-diff": "^25.2.6", | ||
"jest-environment-jsdom-sixteen": "^1.0.3", | ||
"jest-snapshot-serializer-raw": "^1.1.0", | ||
"minimatch": "^3.0.4", | ||
"minimist": "^1.2.3", | ||
|
@@ -130,8 +131,5 @@ | |
"version-check": "node ./scripts/tasks/version-check.js", | ||
"merge-fork": "node ./scripts/merge-fork/merge-fork.js", | ||
"replace-fork": "node ./scripts/merge-fork/replace-fork.js" | ||
}, | ||
"resolutions": { | ||
"**/jsdom": "npm:@gaearon/[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.