Backstage
    Preparing search index...

    Options for ServiceFactoryTester.

    interface ServiceFactoryTesterOptions {
        dependencies?: ServiceFactory<
            unknown,
            "plugin"
            | "root",
            "singleton" | "multiton",
        >[];
    }
    Index

    Properties

    Properties

    dependencies?: ServiceFactory<
        unknown,
        "plugin"
        | "root",
        "singleton" | "multiton",
    >[]

    Additional service factories to make available as dependencies.

    If a service factory is provided for a service that already has a default implementation, the provided factory will override the default.