fmt
This commit is contained in:
10
test/Test/Axon.Request.purs
Normal file
10
test/Test/Axon.Request.purs
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user