Module
Mote.Description
- Package
- purescript-mote
- Repository
- garyb/purescript-mote
#Description Source
#test Source
test :: forall t b. String -> t -> Description b tBasic constructor for Test with a label and value.
#group Source
group :: forall t b. String -> Array (Description b t) -> Description b tBasic constructor for Group with a label and inner entries.
#setRunMode Source
setRunMode :: forall t b. RunMode -> Description b t -> Description b tSets the RunMode of a Description.
#setBracket Source
setBracket :: forall r t b. { after :: r -> b Unit, before :: b r } -> Description b t -> Description b tSets the bracket value of a Description.