effect-io-ai

Package: effect
Module: TestServices

TestServices.sizedWith

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

Signature

declare const sizedWith: <A, E, R>(f: (sized: Sized.TestSized) => Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>

Source

Since v2.0.0