Module

Test.Spec.Reporter

Re-exports from Test.Spec.Reporter.Base

#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)

#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.

Re-exports from Test.Spec.Reporter.Console

#consoleReporter

Re-exports from Test.Spec.Reporter.Dot

Re-exports from Test.Spec.Reporter.Spec

#specReporter

Modules