Module

Test.Spec.Reporter.Base

#defaultSummary

#defaultReporter

defaultReporter :: forall s. s -> (Event -> StateT s (Writer String) Unit) -> Reporter

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

#defaultUpdate

defaultUpdate :: forall s. { getRunningItems :: s -> Map Path RunningItem, printFinishedItem :: Path -> RunningItem -> StateT s (Writer String) Unit, putRunningItems :: Map Path RunningItem -> s -> s, update :: Event -> StateT s (Writer String) Unit } -> (Event -> StateT s (Writer String) Unit)

Modules