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;
features?: FrontendFeature[];
initialRouteEntries?: string[];
};
References: RouteRef, JsonObject, FrontendFeature