ghcup-hs/test/ghcup-test/Main.hs
2023-07-20 23:09:14 +08:00

10 lines
114 B
Haskell

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