mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix test comment typo (#13568)
This commit is contained in:
+1
-1
@@ -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