ghcup-hs/test/Main.hs
2022-05-16 11:29:55 +02:00

10 lines
114 B
Haskell

import Test.Hspec.Runner
import qualified Spec
main :: IO ()
main =
hspecWith
defaultConfig
Spec.spec