packages/core-api: make App configLoader optional and synchronous when missing

This commit is contained in:
Patrik Oldsberg
2020-06-01 14:58:52 +02:00
parent 44f61015f5
commit 65ab1685f4
2 changed files with 6 additions and 5 deletions
@@ -66,7 +66,6 @@ export function wrapInTestApp(
variant: 'light',
},
],
configLoader: async () => ({}),
});
let Wrapper: ComponentType;