(cap = 10)
| 219 | |
| 220 | // Reset semaphore before each test that depends on fresh capacity. |
| 221 | function freshSem(cap = 10): void { |
| 222 | __resetSemaphoreForTests(cap); |
| 223 | } |
| 224 | |
| 225 | // --------------------------------------------------------------------------- |
| 226 | // Happy path |
no test coverage detected