effect-io-ai

Package: effect
Module: TestServices

TestServices.liveWith

Retrieves the Live service for this test and uses it to run the specified workflow.

Signature

declare const liveWith: <A, E, R>(f: (live: Live.TestLive) => Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>

Source

Since v2.0.0