mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
8 lines
128 B
Haskell
8 lines
128 B
Haskell
|
import MarkdownTests
|
||
|
import Test.Hspec
|
||
|
|
||
|
main :: IO ()
|
||
|
main = do
|
||
|
hspec $ do
|
||
|
describe "SimpleX chat markdown" markdownTests
|