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