Module
Enzyme.Shallow
- Package
- purescript-react-enzyme
- Repository
- alvart/purescript-react-enzyme
#reshallow Source
reshallow :: ShallowWrapper -> Effect ShallowWrapperShallow renders the root node and returns a shallow wrapper around it. It must be a single-node wrapper.
#shallow Source
shallow :: ReactElement -> Effect ShallowWrapperCreates a ShallowWrapper from a React element.