MCPcopy
hub / github.com/jestjs/jest / toBeNaN

Method toBeNaN

packages/expect/src/types.ts:193–193  ·  view source on GitHub ↗

* Used to check that a variable is NaN.

()

Source from the content-addressed store, hash-verified

191 * Used to check that a variable is NaN.
192 */
193 toBeNaN(): R;
194 /**
195 * This is the same as `.toBe(null)` but the error messages are a bit nicer.
196 * So use `.toBeNull()` when you want to check that something is null.

Callers 3

matchers.test.jsFile · 0.80
base.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected