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