io-classes-1.6.0.0: si-timers/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
]