This commit is contained in:
2021-03-11 17:03:51 +01:00
parent 910d660732
commit d5b5f1fddd
30 changed files with 490 additions and 434 deletions

View File

@@ -1,5 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
import Test.Hspec.Runner
import Test.Hspec.Formatters
import qualified Spec
@@ -9,4 +7,4 @@ main :: IO ()
main =
hspecWith
defaultConfig { configFormatter = Just progress }
$ Spec.spec
Spec.spec