Skip to content

Commit

Permalink
Remove react-is download hack (#26692)
Browse files Browse the repository at this point in the history
This was added during an upgrade to Jest 24 in
#15778

By now we're at Jest 29. I think if CI passes we might not need this
hack anymore.
  • Loading branch information
kassens committed Apr 21, 2023
1 parent 30bf4fb commit 00f97f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 488 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"minimist": "^1.2.3",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"pacote": "^10.3.0",
"prettier": "2.8.3",
"pretty-format": "^29.4.1",
"prop-types": "^15.6.2",
Expand Down Expand Up @@ -118,7 +117,7 @@
"lint": "node ./scripts/tasks/eslint.js",
"lint-build": "node ./scripts/rollup/validate/index.js",
"extract-errors": "node scripts/error-codes/extract-errors.js",
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js && node ./scripts/yarn/downloadReactIsForPrettyFormat.js",
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js",
"debug-test": "yarn test --deprecated 'yarn test --debug'",
"test": "node ./scripts/jest/jest-cli.js",
"test-stable": "node ./scripts/jest/jest-cli.js --release-channel=stable",
Expand Down
30 changes: 0 additions & 30 deletions scripts/yarn/downloadReactIsForPrettyFormat.js

This file was deleted.

Loading

0 comments on commit 00f97f7

Please sign in to comment.