If conditional is true, run tests, otherwise skip them
(conditional: boolean)
| 120 | skipUnless(conditional: boolean): void; |
| 121 | /** If conditional is true, run tests, otherwise skip them */ |
| 122 | runIf(conditional: boolean): void; |
| 123 | /** If conditional is false, skip tests */ |
| 124 | skipIf(conditional: boolean): void; |
| 125 |
no outgoing calls
no test coverage detected