Ensures that value is undefined.
undefined
Usage
const value = undefined;expect(value).toBeUndefined(); Copy
const value = undefined;expect(value).toBeUndefined();
Internal options that provide extra context for the matcher.
Received value.
Ensures that value is
undefined.Usage