Module

Test.Spec.Assertions

Package
purescript-spec
Repository
owickstrom/purescript-spec

#fail Source

fail :: forall r. String -> Aff r Unit

#shouldEqual Source

shouldEqual :: forall t r. Show t => Eq t => t -> t -> Aff r Unit

#shouldNotEqual Source

shouldNotEqual :: forall t r. Show t => Eq t => t -> t -> Aff r Unit

#shouldContain Source

shouldContain :: forall a f r. Show a => Eq a => Show (f a) => Foldable f => f a -> a -> Aff r Unit