()
| 534 | * @since 2.0.0 |
| 535 | */ |
| 536 | export const testClock = (): Effect.Effect<TestClock> => testClockWith(core.succeed) |
| 537 | |
| 538 | /** |
| 539 | * Retrieves the `TestClock` service for this test and uses it to run the |
nothing calls this directly
no test coverage detected