Skip to content

Commit 1b7a44c

Browse files
committed
Rename batchingmode file and comment
1 parent 6f4369c commit 1b7a44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-reconciler/src/__tests__/ReactBatchedMode-test.internal.js renamed to packages/react-reconciler/src/__tests__/ReactBatching-test.internal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ describe('ReactBlockingMode', () => {
107107
);
108108

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

0 commit comments

Comments
 (0)