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