added test cases
This commit is contained in:
parent
52804ce9ce
commit
dcafd372d1
2 changed files with 20 additions and 0 deletions
10
test/Handler/SupplierActionsSpec.hs
Executable file
10
test/Handler/SupplierActionsSpec.hs
Executable file
|
@ -0,0 +1,10 @@
|
|||
module Handler.SupplierActionsSpec (spec) where
|
||||
|
||||
import TestImport
|
||||
|
||||
spec :: Spec
|
||||
spec = withApp $ do
|
||||
|
||||
describe "getSupplierActionsR" $ do
|
||||
error "Spec not implemented: getSupplierActionsR"
|
||||
|
10
test/Handler/SupplierSpec.hs
Executable file
10
test/Handler/SupplierSpec.hs
Executable file
|
@ -0,0 +1,10 @@
|
|||
module Handler.SupplierSpec (spec) where
|
||||
|
||||
import TestImport
|
||||
|
||||
spec :: Spec
|
||||
spec = withApp $ do
|
||||
|
||||
describe "getSupplierR" $ do
|
||||
error "Spec not implemented: getSupplierR"
|
||||
|
Loading…
Reference in a new issue