From c776f876c807b3d524c20e16d1223467bdd9ed4c Mon Sep 17 00:00:00 2001 From: Tim Seckinger Date: Fri, 8 May 2020 18:58:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89?= =?UTF-8?q?=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89?= =?UTF-8?q?=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89?= =?UTF-8?q?=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89?= =?UTF-8?q?=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89=F0=9F=8E=89?= =?UTF-8?q?=F0=9F=8E=89=F0=9F=8E=89=20(#10000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ packages/jest-core/src/cli/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2471a370e38..840e4f93b811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,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,