Package: effect
Module: TestServices
Constructs a new TestConfig service with the specified settings.
Signature
declare const testConfigLayer: (params: { readonly repeats: number; readonly retries: number; readonly samples: number; readonly shrinks: number; }) => Layer.Layer<TestConfig.TestConfig>
Since v2.0.0