mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fix test comment typo (#13568)
This commit is contained in:
@@ -302,7 +302,7 @@ describe('ReactMount', () => {
|
||||
ReactDOM.render(<Foo>a</Foo>, container2);
|
||||
// The update did not flush yet.
|
||||
expect(container1.textContent).toEqual('1');
|
||||
// The initial mount flushed, but not the update scheduled in cDU.
|
||||
// The initial mount flushed, but not the update scheduled in cDM.
|
||||
expect(container2.textContent).toEqual('a');
|
||||
});
|
||||
// All updates have flushed.
|
||||
|
||||
Reference in New Issue
Block a user