plugins,packages: replace usages of ConfigReader.from

This commit is contained in:
Patrik Oldsberg
2020-12-15 19:04:50 +01:00
parent a3b2c5a68b
commit 1da7d2c657
34 changed files with 174 additions and 322 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export class ConfigReader implements Config {
constructor(
private readonly data: JsonObject | undefined,
private readonly context: string = 'empty-config',
private readonly context: string = 'mock-config',
private readonly fallback?: ConfigReader,
private readonly prefix: string = '',
) {}