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

Method toBeLessThanOrEqual

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

* For comparing floating point numbers.

(expected: number | bigint)

Source from the content-addressed store, hash-verified

187 * For comparing floating point numbers.
188 */
189 toBeLessThanOrEqual(expected: number | bigint): R;
190 /**
191 * Used to check that a variable is NaN.
192 */

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected