packages/core-api: make App configLoader optional and synchronous when missing
This commit is contained in:
@@ -66,7 +66,6 @@ export function wrapInTestApp(
|
||||
variant: 'light',
|
||||
},
|
||||
],
|
||||
configLoader: async () => ({}),
|
||||
});
|
||||
|
||||
let Wrapper: ComponentType;
|
||||
|
||||
Reference in New Issue
Block a user