funflow-nix-0.1.0.0: tests/Test.hs
import qualified TestFlows import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Unit Tests" [ TestFlows.tests ]
import qualified TestFlows import Test.Tasty main :: IO () main = defaultMain tests tests :: TestTree tests = testGroup "Unit Tests" [ TestFlows.tests ]