Merge pull request #30813 from backstage/freben/advanced-options

Arrange most `create[Specialized]App` options into an `advanced` field
This commit is contained in:
Fredrik Adelöw
2025-08-08 15:09:05 +02:00
committed by GitHub
12 changed files with 311 additions and 148 deletions
@@ -31,7 +31,9 @@ describe('appModulePublicSignIn', () => {
it('should render a sign-in page', async () => {
const app = createApp({
configLoader: async () => ({ config: mockApis.config() }),
advanced: {
configLoader: async () => ({ config: mockApis.config() }),
},
features: [
appModulePublicSignIn,
createFrontendModule({
@@ -60,7 +62,9 @@ describe('appModulePublicSignIn', () => {
.mockReturnValue();
const app = createApp({
configLoader: async () => ({ config: mockApis.config() }),
advanced: {
configLoader: async () => ({ config: mockApis.config() }),
},
features: [
appModulePublicSignIn,
createFrontendModule({