ServiceFactoryTesterOptions.dependencies
Home > @backstage/backend-test-utils
> ServiceFactoryTesterOptions
> dependencies
Additional service factories to make available as dependencies.
Signature:
dependencies?: Array<ServiceFactory>;
Remarks
If a service factory is provided for a service that already has a default implementation, the provided factory will override the default.