Internal options that provide extra context for the matcher.
Received value.
Path to the property. Use dot notation a.b to check nested properties and indexed a[2] notation to check nested array items.
OptionalexpectedValue: unknownOptional expected value to compare the property to.
Ensures that property at provided
keyPathexists on the object and optionally checks that property is equal to theexpected. Equality is checked recursively, similarly to expect(value).toEqual(expected).Usage