mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 10:21:51 +00:00
base test setup
This commit is contained in:
11
test/Main.hs
Normal file
11
test/Main.hs
Normal file
@@ -0,0 +1,11 @@
|
||||
module Main where
|
||||
|
||||
import Test.Hspec.Runner
|
||||
import qualified Spec
|
||||
import Test.Hspec.Formatters
|
||||
import qualified Handler.AppSpec as A
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
_ <- A.spec
|
||||
hspecWith defaultConfig { configFormatter = Just progress } Spec.spec
|
||||
Reference in New Issue
Block a user