Skip to content

Commit

Permalink
fix: typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Feb 10, 2020
1 parent e05dedc commit 3891fd3
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 3891fd3

Please sign in to comment.