9 lines
207 B
Haskell
Executable file
9 lines
207 B
Haskell
Executable file
module Handler.SupplierActionsSpec (spec) where
|
|
|
|
import TestImport
|
|
|
|
spec :: Spec
|
|
spec =
|
|
describe "getSupplierActionsR" $ do
|
|
xit "Spec not implemented: getSupplierActionsR" $ do
|
|
pending
|