Module

Cypress.Chai

Package
purescript-cypress
Repository
alexmouton/purescript-cypress

#should0Fn Source

should0Fn :: forall a. EffectFn2 String (Query a) (Query a)

#should1Fn Source

should1Fn :: forall b a. EffectFn3 String b (Query a) (Query a)

#should2Fn Source

should2Fn :: forall b a. EffectFn4 String b b (Query a) (Query a)

#True Source

data True

Constructors

Instances

#False Source

data False

Constructors

Instances

#Match Source

newtype Match

Constructors

Instances

#Equal Source

newtype Equal a

Constructors

Instances

#GreaterThan Source

newtype GreaterThan a

Constructors

Instances

#LessThan Source

newtype LessThan a

Constructors

Instances

#AtLeast Source

newtype AtLeast a

Constructors

Instances

#AtMost Source

newtype AtMost a

Constructors

Instances

#Within Source

data Within a

Constructors

Instances

#OneOf Source

newtype OneOf a

Constructors

Instances

#Not Source

newtype Not a

Constructors

Instances