mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-09 08:33:00 +00:00
10 lines
216 B
Haskell
10 lines
216 B
Haskell
module Main where
|
|
|
|
import Simplex.StressTest
|
|
import System.Directory (createDirectoryIfMissing, removeDirectoryRecursive)
|
|
import Test.Hspec
|
|
|
|
main :: IO ()
|
|
main = do
|
|
hspec $ describe "SimpleX chat client" chatTests
|