-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
This test currently fails:
it('renders a component with a fragment at the root', function () {
const Fragment = function () {
return <><div>Yay</div><div>Yeah</div></>;
};
expect(<Fragment/>,
'to deeply render as', <><div>Yay</div><div>Yeah</div></>
);
});with the following error:
1) unexpected-react (deep rendering) to deeply render as renders a component with a fragment at the root:
UnexpectedError:
expected <Fragment />
to deeply render as <no-display-name><div>Yay</div><div>Yeah</div></no-display-name>
<Fragment // should be <no-display-name
>
<div>Yay</div><div>Yeah</div>
</Fragment>
Metadata
Metadata
Assignees
Labels
No labels