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

Method toBeGreaterThanOrEqual

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

* For comparing floating point numbers.

(expected: number | bigint)

Source from the content-addressed store, hash-verified

174 * For comparing floating point numbers.
175 */
176 toBeGreaterThanOrEqual(expected: number | bigint): R;
177 /**
178 * Ensure that an object is an instance of a class.
179 * This matcher uses `instanceof` underneath.

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected