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