@@ -339,7 +339,7 @@ describe('loadConfig', () => {
|
||||
title: 'New Title',
|
||||
},
|
||||
},
|
||||
path: '/root/app-config.yaml',
|
||||
path: `${root}root${sep}app-config.yaml`,
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@ describe('ConfigSources', () => {
|
||||
).toEqual([
|
||||
{
|
||||
name: 'FileConfigSource',
|
||||
path: `${root}config.yaml`,
|
||||
path: '/config.yaml',
|
||||
substitutionFunc: subFunc,
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user