Add Runtime.Connection reader and writer actions

This commit is contained in:
2026-08-20 19:34:56 +03:00
parent 6c7060e46e
commit 3c729366db
4 changed files with 135 additions and 1 deletions
+4 -1
View File
@@ -2,6 +2,9 @@ module Main (main) where
import Test.Hspec (hspec)
import qualified BusSpec
import qualified ConnectionSpec
main :: IO ()
main = hspec BusSpec.spec
main = hspec $ do
BusSpec.spec
ConnectionSpec.spec