rename flags to advanced

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-08-07 12:08:06 +02:00
parent c26d91dd9d
commit 5e12252a96
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({