Files
simplex-chat/tests/ChatTests/DBUtils/Postgres.hs

8 lines
150 B
Haskell

module ChatTests.DBUtils.Postgres where
data TestParams = TestParams
{ tmpPath :: FilePath,
printOutput :: Bool,
largeLinkData :: Bool
}