Module

Enzyme.Mount

Package
purescript-enzyme
Repository
coot/purescript-enzyme

#mount Source

mount :: forall e. ReactElement -> Eff (dom :: DOM, enzyme :: ENZYME | e) ReactWrapper

#mountWithOptions Source

mountWithOptions :: forall e t s r. Union s (Optional ()) (Optional r) => Union r t (Optional ()) => ReactElement -> Record (s :: Row Type) -> Eff (dom :: DOM, enzyme :: ENZYME | e) ReactWrapper