Skip to content

Commit ef55aca

Browse files
committed
see why test is failing in ci
1 parent aa164fa commit ef55aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dom/src/__tests__/ReactDOMServerPartialHydration-test.internal.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ describe('ReactDOMServerPartialHydration', () => {
362362
if (__DEV__) {
363363
const secondToLastCall =
364364
mockError.mock.calls[mockError.mock.calls.length - 2];
365+
mockError.mock.calls.forEach(c => console.log(c));
365366
expect(secondToLastCall).toEqual([
366367
'Warning: Expected server HTML to contain a matching <%s> in <%s>.%s',
367368
'article',

0 commit comments

Comments
 (0)