Registers an individual test case with only set to true.
(...args: ItArgs<T>)
| 569 | |
| 570 | /** Registers an individual test case with only set to true. */ |
| 571 | only<T>(...args: ItArgs<T>): void; |
| 572 | |
| 573 | /** Registers an individual test case with ignore set to true. */ |
| 574 | ignore<T>(...args: ItArgs<T>): void; |
no outgoing calls
no test coverage detected