Package: effect
Module: TestServices
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>
Since v2.0.0