mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-01 00:56:11 +00:00
9 lines
173 B
Haskell
9 lines
173 B
Haskell
module FileDescriptionTests where
|
|
|
|
import Test.Hspec
|
|
|
|
fileDescriptionTests :: Spec
|
|
fileDescriptionTests =
|
|
describe "file description parsing / rendering" $ do
|
|
pure ()
|