Module

Enzyme

Package
purescript-enzyme
Repository
coot/purescript-enzyme

Re-exports from Enzyme.Mount

#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

#mount Source

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

Re-exports from Enzyme.Shallow

#shallowWithOptions Source

shallowWithOptions :: forall e t s r. Union s (Optional ()) (Optional r) => Union r t (Optional ()) => ReactElement -> Record (s :: Row Type) -> Eff (enzyme :: ENZYME | e) ShallowWrapper

#shallow Source

shallow :: forall e. ReactElement -> Eff (enzyme :: ENZYME | e) ShallowWrapper

Re-exports from Enzyme.Types

#ENZYME Source

data ENZYME :: Effect

Re-exports from Enzyme.Utils

#isInstanceOf Source

isInstanceOf :: forall state props. ReactThis props state -> ReactClass props -> Boolean