diff --git a/CHANGELOG.md b/CHANGELOG.md index f95d8290a652..843b6499e821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### Chore & Maintenance +- `[jest-core]` 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 ([#10000](https://github.com/facebook/jest/pull/10000)) + ### Performance ## 26.0.1 diff --git a/packages/jest-core/src/cli/index.ts b/packages/jest-core/src/cli/index.ts index dd8b469e7624..a9c2946711b9 100644 --- a/packages/jest-core/src/cli/index.ts +++ b/packages/jest-core/src/cli/index.ts @@ -68,7 +68,7 @@ export async function runCLI( exit(0); } - await _run( + await _run10000( globalConfig, configs, hasDeprecationWarnings, @@ -134,7 +134,7 @@ const buildContextsAndHasteMaps = async ( return {contexts, hasteMapInstances}; }; -const _run = async ( +const _run10000 = async ( globalConfig: Config.GlobalConfig, configs: Array, hasDeprecationWarnings: boolean,