* Register a test case that is not yet implemented. Alias of `.ignore()`.
(...args: ItArgs<T>)
| 84 | * Register a test case that is not yet implemented. Alias of `.ignore()`. |
| 85 | */ |
| 86 | todo<T>(...args: ItArgs<T>): void; |
| 87 | } |
| 88 | |
| 89 | /** Registers an individual test case. */ |
no outgoing calls
no test coverage detected