fix: some handler plumbing

This commit is contained in:
Orion Kindel
2025-02-12 12:26:30 -06:00
parent 718709fc31
commit 789fc5165f
16 changed files with 3125 additions and 1057 deletions

View File

@@ -3,8 +3,10 @@ module Test.Axon.Request where
import Prelude
import Test.Axon.Request.Parts as Parts
import Test.Axon.Request.Handler as Handler
import Test.Spec (Spec, describe)
spec :: Spec Unit
spec = describe "Request" do
Parts.spec
Handler.spec