Registers an individual test case with ignore set to true.
(...args: ItArgs<T>)
| 572 | |
| 573 | /** Registers an individual test case with ignore set to true. */ |
| 574 | ignore<T>(...args: ItArgs<T>): void; |
| 575 | |
| 576 | /** |
| 577 | * Registers an individual test case with ignore set to true. Alias of |
no outgoing calls
no test coverage detected