From 0c673b851e262f4bd38b23f70a91a8b949b9f833 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Fri, 16 Mar 2018 07:51:19 -0700 Subject: [PATCH] Update snapshot tests --- .../ReactIncrementalPerf-test.internal.js.snap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react-reconciler/src/__tests__/__snapshots__/ReactIncrementalPerf-test.internal.js.snap b/packages/react-reconciler/src/__tests__/__snapshots__/ReactIncrementalPerf-test.internal.js.snap index 248c5430a7d1d..028197dfb2241 100644 --- a/packages/react-reconciler/src/__tests__/__snapshots__/ReactIncrementalPerf-test.internal.js.snap +++ b/packages/react-reconciler/src/__tests__/__snapshots__/ReactIncrementalPerf-test.internal.js.snap @@ -168,7 +168,7 @@ exports[`ReactDebugFiberPerf measures deferred work in chunks 1`] = ` "⚛ (Waiting for async callback...) // Start mounting Parent and A -⚛ (React Tree Reconciliation) +⚛ (React Tree Reconciliation: Yielded) ⚛ Parent [mount] ⚛ A [mount] ⚛ Child [mount] @@ -176,7 +176,7 @@ exports[`ReactDebugFiberPerf measures deferred work in chunks 1`] = ` ⚛ (Waiting for async callback...) // Mount B just a little (but not enough to memoize) -⚛ (React Tree Reconciliation) +⚛ (React Tree Reconciliation: Yielded) ⚛ Parent [mount] ⚛ B [mount] @@ -219,7 +219,7 @@ exports[`ReactDebugFiberPerf recovers from caught errors 1`] = ` "⚛ (Waiting for async callback...) // Stop on Baddie and restart from Boundary -⚛ (React Tree Reconciliation) +⚛ (React Tree Reconciliation: Yielded) ⚛ Parent [mount] ⛔ Boundary [mount] Warning: An error was thrown inside this error boundary ⚛ Parent [mount] @@ -247,7 +247,7 @@ exports[`ReactDebugFiberPerf recovers from fatal errors 1`] = ` "⚛ (Waiting for async callback...) // Will fatal -⚛ (React Tree Reconciliation) +⚛ (React Tree Reconciliation: Yielded) ⚛ Parent [mount] ⚛ Baddie [mount] @@ -318,7 +318,7 @@ exports[`ReactDebugFiberPerf supports returns 1`] = ` exports[`ReactDebugFiberPerf warns if an in-progress update is interrupted 1`] = ` "⚛ (Waiting for async callback...) -⚛ (React Tree Reconciliation) +⚛ (React Tree Reconciliation: Yielded) ⚛ Foo [mount] ⚛ (Waiting for async callback...)