Module

Test.Spec.Runner

Package
purescript-spec
Repository
owickstrom/purescript-spec

#RunnerEffects Source

type RunnerEffects e = SpecEffects (process :: PROCESS | e)

#Config Source

type Config = { slow :: Int, timeout :: Maybe Int }

#defaultConfig Source

#timeout Source

timeout :: forall e. Int -> Aff (RunnerEffects e) Unit -> Aff (RunnerEffects e) Unit

#TestEvents Source

#Reporter Source