ghcup-hs/test/Main.hs

10 lines
114 B
Haskell
Raw Normal View History

2020-09-13 18:46:34 +00:00
import Test.Hspec.Runner
import qualified Spec
main :: IO ()
main =
hspecWith
2022-05-14 15:58:11 +00:00
defaultConfig
2021-03-11 16:03:51 +00:00
Spec.spec