Package: effect
Module: TestClock
Retrieves the TestClock service for this test and uses it to run the
specified workflow.
Signature
declare const testClockWith: <A, E, R>(f: (testClock: TestClock) => Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
Since v2.0.0