effect-io-ai

Package: effect
Module: TestClock

TestClock.testClockWith

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>

Source

Since v2.0.0