Module

Test.Spec.Assertions

Package
purescript-spec
Repository
owickstrom/purescript-spec

#shouldEqual Source

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

#shouldNotEqual Source

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

#shouldContain Source

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

#shouldNotContain Source

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