Skip to content

Commit

Permalink
fix: typo in test (#18005)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Feb 10, 2020
1 parent 4f71f25 commit 89c6042
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('ReactExpiration', () => {
ReactNoop.render(<Text text="A" />);
// 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();

Expand Down Expand Up @@ -138,7 +138,7 @@ describe('ReactExpiration', () => {
ReactNoop.render(<Text text="A" />);
// 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();

Expand Down

0 comments on commit 89c6042

Please sign in to comment.