Type Alias CircuitBreakerStorageAdapterTestSuiteSettings
CircuitBreakerStorageAdapterTestSuiteSettings: { beforeEach: typeof beforeEach; createAdapter: () => Promisable<ICircuitBreakerStorageAdapter>; describe: SuiteAPI; expect: ExpectStatic; test: TestAPI;}
IMPORT_PATH:
"@daiso-tech/core/circuit-breaker/test-utilities"