Skip to content

Commit

Permalink
Upgrade to Jest 26.5.2.
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: kacieb

Differential Revision: D24154865

fbshipit-source-id: 04d637a3944b6f030fee342c4e8a181eb4b14458
  • Loading branch information
cpojer authored and facebook-github-bot committed Oct 7, 2020
1 parent 5535031 commit 4d4992c
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 338 deletions.
5 changes: 2 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# node_modules ignored by default

**/main.js
**/staticBundle.js
bots/node_modules
docs/generatedComponentApiDocs.js
flow/
Libraries/Renderer/*
Libraries/vendor/**/*
node_modules/
packages/*/node_modules
packages/react-native-codegen/lib
pr-inactivity-bookmarklet.js
question-bookmarklet.js
packages/react-native-codegen/lib
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"metro-runtime": "0.63.0",
"metro-source-map": "0.63.0",
"nullthrows": "^1.1.1",
"pretty-format": "^26.4.2",
"pretty-format": "^26.5.2",
"promise": "^8.0.3",
"prop-types": "^15.7.2",
"qs": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-react-native": "3.8.1",
"eslint-plugin-relay": "1.7.1",
"flow-bin": "^0.135.0",
"jest": "^26.4.2",
"jest": "^26.5.2",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.11.0",
"mkdirp": "^0.5.1",
Expand Down
Loading

0 comments on commit 4d4992c

Please sign in to comment.