Module

Test.Spec.Reporter.Base

Package
purescript-spec
Repository
owickstrom/purescript-spec

#defaultUpdate Source

defaultUpdate :: forall e s. s -> Event -> Eff e s

#defaultSummary Source

defaultSummary :: forall e. Array (Group Result) -> Eff (console :: CONSOLE | e) Unit

#defaultReporter Source

defaultReporter :: forall e s. s -> (s -> Event -> Eff e s) -> Reporter e

A default reporter implementation that can be used as a base to build other reporters on top of.