Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89c6042

Browse files
authored
fix: typo in test (facebook#18005)
1 parent 4f71f25 commit 89c6042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('ReactExpiration', () => {
7373
ReactNoop.render(<Text text="A" />);
7474
// Advance the timer.
7575
Scheduler.unstable_advanceTime(2000);
76-
// Partially flush the the first update, then interrupt it.
76+
// Partially flush the first update, then interrupt it.
7777
expect(Scheduler).toFlushAndYieldThrough(['A [render]']);
7878
interrupt();
7979

@@ -138,7 +138,7 @@ describe('ReactExpiration', () => {
138138
ReactNoop.render(<Text text="A" />);
139139
// Advance the timer.
140140
Scheduler.unstable_advanceTime(2000);
141-
// Partially flush the the first update, then interrupt it.
141+
// Partially flush the first update, then interrupt it.
142142
expect(Scheduler).toFlushAndYieldThrough(['A [render]']);
143143
interrupt();
144144

0 commit comments

Comments
 (0)