Files
ghcup-hs/test/Main.hs

11 lines
179 B
Haskell
Raw Permalink Normal View History

2020-09-13 20:46:34 +02:00
import Test.Hspec.Runner
import Test.Hspec.Formatters
import qualified Spec
main :: IO ()
main =
hspecWith
defaultConfig { configFormatter = Just progress }
2021-03-11 17:03:51 +01:00
Spec.spec