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:
		
							parent
							
								
									4490fe785d
								
							
						
					
					
						commit
						a902c7d866
					
				@ -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 type { IReleasePlanReadModel } from './features/release-plans/release-plan-read-model-type.js';
 | 
				
			||||||
import { ReleasePlanReadModel } from './features/release-plans/release-plan-read-model.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 { 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(
 | 
					export async function initialServiceSetup(
 | 
				
			||||||
    { authentication }: Pick<IUnleashConfig, 'authentication'>,
 | 
					    { authentication }: Pick<IUnleashConfig, 'authentication'>,
 | 
				
			||||||
@ -447,6 +448,7 @@ export {
 | 
				
			|||||||
    DB_TIME,
 | 
					    DB_TIME,
 | 
				
			||||||
    EventStore,
 | 
					    EventStore,
 | 
				
			||||||
    FakeEventStore,
 | 
					    FakeEventStore,
 | 
				
			||||||
 | 
					    fakeImpactMetricsResolver,
 | 
				
			||||||
    createChangeRequestAccessReadModel,
 | 
					    createChangeRequestAccessReadModel,
 | 
				
			||||||
    createFeatureToggleService,
 | 
					    createFeatureToggleService,
 | 
				
			||||||
    createProjectService,
 | 
					    createProjectService,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user