TestAppOptions
Home > @backstage/frontend-test-utils
> TestAppOptions
Options to customize the behavior of the test app.
Signature:
export type TestAppOptions = {
mountedRoutes?: {
[path: string]: RouteRef;
};
config?: JsonObject;
extensions?: ExtensionDefinition<any>[];
features?: FrontendFeature[];
};
References: RouteRef, JsonObject, ExtensionDefinition, FrontendFeature