mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 16:25:57 +00:00
8 lines
150 B
Haskell
8 lines
150 B
Haskell
module ChatTests.DBUtils.Postgres where
|
|
|
|
data TestParams = TestParams
|
|
{ tmpPath :: FilePath,
|
|
printOutput :: Bool,
|
|
largeLinkData :: Bool
|
|
}
|