* For comparing floating point numbers.
(expected: number | bigint)
| 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. |
no outgoing calls
no test coverage detected