()
| 527 | * @since 2.0.0 |
| 528 | */ |
| 529 | export const sleeps = (): Effect.Effect<Chunk.Chunk<number>> => testClockWith((testClock) => testClock.sleeps) |
| 530 | |
| 531 | /** |
| 532 | * Retrieves the `TestClock` service for this test. |
nothing calls this directly
no test coverage detected
searching dependent graphs…