effect-io-ai

Package: effect
Module: TestServices

TestServices.testConfigWith

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

Signature

declare const testConfigWith: <A, E, R>(f: (config: TestConfig.TestConfig) => Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>

Source

Since v2.0.0