module Repr.Test where import Test.Tasty import qualified Repr.Tree.Test as Text import qualified Repr.Text.Test as Tree tests :: TestTree tests = testGroup "Repr" [ Text.tests , Tree.tests ]