Skip to main content

ExpectAssertionObject

Index

Properties

toBe

toBe: (anyValue) => void

toBeGreaterThan

toBeGreaterThan: (anyValue) => void

toBeLessThan

toBeLessThan: (anyValue) => void

Methods

toEqual

  • toEqual(expected): void

toHaveProperty

  • toHaveProperty(property, value): void

toThrow

  • toThrow(error): void