purescript-spec/purescript-spec

Export run' function

Closed this issue · 3 comments

Sorry, but you forgot to actually export run' function. As you can see, there is only run function, that is exported:

module Test.Spec.Runner
       ( RunnerEffects
       , run
       , runSpec
       , runSpec'
       , defaultConfig
       , timeout
       , Config
       , TestEvents
       , Reporter
) where

Oh, stupid of me. I'm the one that should say sorry. :)

Thanks for your work :)