module Main (main) where import Test.Hspec (hspec) import Test.Sauron (sauronSpec) main :: IO () main = hspec sauronSpec