mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Run prettier
This commit is contained in:
@@ -388,7 +388,7 @@ describe('ReactDOMServer', () => {
|
||||
if (__DEV__) {
|
||||
expect(console.error.calls.count()).toBe(1);
|
||||
expect(console.error.calls.argsFor(0)[0]).toBe(
|
||||
'Warning: Text content did not match. Server: "server" Client: "client"'
|
||||
'Warning: Text content did not match. Server: "server" Client: "client"',
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user