Open salomvary opened 4 years ago
Expected this test to pass:
test('html white space', () => { expect( <div>{'foo bar'}</div>, 'to deeply render as', <div>foo bar</div> ); });
Got this failure instead:
UnexpectedError: expected <div>foo bar</div> to deeply render as <div>foo bar</div> <div> foo bar // foo bar // foo bar </div>
Expected this test to pass:
Got this failure instead: