plugins,packages: replace usages of ConfigReader.from
This commit is contained in:
@@ -37,18 +37,13 @@ const mockGoogleAuth = {
|
||||
};
|
||||
|
||||
const createConfig = () =>
|
||||
ConfigReader.fromConfigs([
|
||||
{
|
||||
context: '',
|
||||
data: {
|
||||
auth: {
|
||||
providers: {
|
||||
google: { development: {} },
|
||||
},
|
||||
},
|
||||
new ConfigReader({
|
||||
auth: {
|
||||
providers: {
|
||||
google: { development: {} },
|
||||
},
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
const config = createConfig();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user