Module
Test.Spec.Runner.Node.Persist
- Package
- purescript-spec-node
- Repository
- purescript-spec/purescript-spec-node
#TestFullName Source
type TestFullName = String
#TestRunResults Source
type TestRunResults = Map TestFullName { success :: Boolean, timestamp :: Timestamp }