Module

Enzyme.Shallow

#ShallowWrapper

#reshallow

reshallow :: ShallowWrapper -> Effect ShallowWrapper

Shallow renders the root node and returns a shallow wrapper around it. It must be a single-node wrapper.

#shallow

shallow :: ReactElement -> Effect ShallowWrapper

Creates a ShallowWrapper from a React element.

Modules