From 89c6042df373f422bce5744f28597390b6c01ecb Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Mon, 10 Feb 2020 21:34:10 +0900 Subject: [PATCH] fix: typo in test (#18005) --- .../src/__tests__/ReactExpiration-test.internal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js b/packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js index 3c8cbbb8809b2..b93841d936058 100644 --- a/packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js +++ b/packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js @@ -73,7 +73,7 @@ describe('ReactExpiration', () => { ReactNoop.render(); // Advance the timer. Scheduler.unstable_advanceTime(2000); - // Partially flush the the first update, then interrupt it. + // Partially flush the first update, then interrupt it. expect(Scheduler).toFlushAndYieldThrough(['A [render]']); interrupt(); @@ -138,7 +138,7 @@ describe('ReactExpiration', () => { ReactNoop.render(); // Advance the timer. Scheduler.unstable_advanceTime(2000); - // Partially flush the the first update, then interrupt it. + // Partially flush the first update, then interrupt it. expect(Scheduler).toFlushAndYieldThrough(['A [render]']); interrupt();