If conditional is false, skip tests
(conditional: boolean)
| 122 | runIf(conditional: boolean): void; |
| 123 | /** If conditional is false, skip tests */ |
| 124 | skipIf(conditional: boolean): void; |
| 125 | |
| 126 | // TODO add teardownEach |
| 127 | } |
no outgoing calls
no test coverage detected