image-backup/test/Main.hs

9 lines
133 B
Haskell
Raw Normal View History

2023-02-12 14:19:45 +02:00
module Main (main) where
2023-02-15 20:34:05 +02:00
import qualified Test.Config
import Test.Hspec (hspec)
2023-02-12 14:19:45 +02:00
main :: IO ()
2023-02-15 20:34:05 +02:00
main = hspec $ do
Test.Config.spec