1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00

chore: expose fake impact metrics resolver

This commit is contained in:
kwasniew 2025-10-24 12:54:29 +02:00
parent 4490fe785d
commit a902c7d866
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -191,6 +191,7 @@ import type { ReleasePlanMilestoneWriteModel } from './features/release-plans/re
import type { IReleasePlanReadModel } from './features/release-plans/release-plan-read-model-type.js';
import { ReleasePlanReadModel } from './features/release-plans/release-plan-read-model.js';
import { FakeChangeRequestAccessReadModel } from './features/change-request-access-service/fake-change-request-access-read-model.js';
import { fakeImpactMetricsResolver } from '../test/fixtures/fake-impact-metrics.js';
export async function initialServiceSetup(
{ authentication }: Pick<IUnleashConfig, 'authentication'>,
@ -447,6 +448,7 @@ export {
DB_TIME,
EventStore,
FakeEventStore,
fakeImpactMetricsResolver,
createChangeRequestAccessReadModel,
createFeatureToggleService,
createProjectService,