* For comparing floating point numbers.
(expected: number | bigint)
| 170 | * For comparing floating point numbers. |
| 171 | */ |
| 172 | toBeGreaterThan(expected: number | bigint): R; |
| 173 | /** |
| 174 | * For comparing floating point numbers. |
| 175 | */ |
no outgoing calls
no test coverage detected