purescript-axon/test/Test/Axon.Request.purs

11 lines
183 B
Haskell
Raw Permalink Normal View History

2024-12-01 23:11:10 +00:00
module Test.Axon.Request where
import Prelude
import Test.Axon.Request.Parts as Parts
import Test.Spec (Spec, describe)
spec :: Spec Unit
spec = describe "Request" do
Parts.spec