effect-io-ai

Package: effect
Module: TestServices

TestServices.withLive

Executes the specified workflow with the specified implementation of the live service.

Signature

declare const withLive: ((live: Live.TestLive) => <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>) & (<A, E, R>(effect: Effect.Effect<A, E, R>, live: Live.TestLive) => Effect.Effect<A, E, R>)

Source

Since v2.0.0