si-timers-1.4.0.0: test/Main.hs
module Main (main) where
import Test.Tasty
import Test.MonadTimer qualified
main :: IO ()
main = defaultMain tests
tests :: TestTree
tests =
testGroup "io-classes"
[ Test.MonadTimer.tests
]
module Main (main) where
import Test.Tasty
import Test.MonadTimer qualified
main :: IO ()
main = defaultMain tests
tests :: TestTree
tests =
testGroup "io-classes"
[ Test.MonadTimer.tests
]