Skip to content

Fix scripts text #24609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/circleci/download_devtools_regression_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function downloadRegressionBuild() {
// For React versions earlier than 18.0.0, we explicitly scheduler v0.20.1, which
// is the first version that has unstable_mock, which DevTools tests need, but also
// has Scheduler.unstable_trace, which, although we don't use in DevTools tests
// is imported by older React versions and will break if it's not ther
// is imported by older React versions and will break if it's not there
if (semver.lte(semver.coerce(version).version, '18.0.0')) {
await exec(`npm install --prefix ${REGRESSION_FOLDER} [email protected]`);
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/jest/jest-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const argv = yargs
},
sourceMaps: {
describe:
'Enable inline source maps when tranforming source files with Jest. Useful for debugging, but makes it slower.',
'Enable inline source maps when transforming source files with Jest. Useful for debugging, but makes it slower.',
type: 'boolean',
default: false,
},
Expand Down