Module
ViTest.Expect.Either
- Package
- purescript-vitest
- Repository
- rowtype-yoga/purescript-vitest
#expectIsRight Source
expectIsRight :: forall e a. Show e => Either e a -> Aff UnitAssert that a value is Right (don't care about the value)
#expectIsLeft Source
expectIsLeft :: forall e a. Show a => Either e a -> Aff UnitAssert that a value is Left (don't care about the error)