mirror of
https://github.com/Start9Labs/registry.git
synced 2026-04-04 05:39:44 +00:00
further test setup with hie
This commit is contained in:
@@ -3,9 +3,11 @@ module Main where
|
||||
import Test.Hspec.Runner
|
||||
import qualified Spec
|
||||
import Test.Hspec.Formatters
|
||||
import qualified Handler.AppSpec as A
|
||||
import Startlude
|
||||
import GHC.IO.Encoding
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
_ <- A.spec
|
||||
setLocaleEncoding utf8
|
||||
hspecWith defaultConfig { configFormatter = Just progress } Spec.spec
|
||||
|
||||
Reference in New Issue
Block a user