* Used to check that a variable is NaN.
()
| 191 | * Used to check that a variable is NaN. |
| 192 | */ |
| 193 | toBeNaN(): R; |
| 194 | /** |
| 195 | * This is the same as `.toBe(null)` but the error messages are a bit nicer. |
| 196 | * So use `.toBeNull()` when you want to check that something is null. |
no outgoing calls
no test coverage detected