mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-25 12:02:18 +00:00
9 lines
141 B
Haskell
9 lines
141 B
Haskell
module AgentTests where
|
|
|
|
import AgentTests.SQLite
|
|
import Test.Hspec
|
|
|
|
agentTests :: Spec
|
|
agentTests = do
|
|
describe "SQLite store" storeTests
|