Skip to content

Commit

Permalink
see why test is failing in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed Apr 19, 2022
1 parent aa164fa commit ef55aca
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -362,6 +362,7 @@ describe('ReactDOMServerPartialHydration', () => {
if (__DEV__) {
const secondToLastCall =
mockError.mock.calls[mockError.mock.calls.length - 2];
mockError.mock.calls.forEach(c => console.log(c));
expect(secondToLastCall).toEqual([
'Warning: Expected server HTML to contain a matching <%s> in <%s>.%s',
'article',
Expand Down

0 comments on commit ef55aca

Please sign in to comment.