Skip to content

Commit

Permalink
Rename batchingmode file and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Mar 10, 2021
1 parent 6f4369c commit 1b7a44c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ describe('ReactBlockingMode', () => {
);

expect(Scheduler).toFlushAndYield(['A', 'Suspend! [B]', 'C', 'Loading...']);
// In Legacy Mode, A and B would mount in a hidden primary tree. In Batched
// and Concurrent Mode, nothing in the primary tree should mount. But the
// In Legacy Mode, A and B would mount in a hidden primary tree. In
// Concurrent Mode, nothing in the primary tree should mount. But the
// fallback should mount immediately.
expect(root).toMatchRenderedOutput('Loading...');

Expand Down

0 comments on commit 1b7a44c

Please sign in to comment.