mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
test: Make integration test names consistent.
This commit is contained in:
@@ -17,7 +17,7 @@ export const instantiateFromConfig = async(componentUrl: string, configFile: str
|
||||
await loader.registerAvailableModuleResources();
|
||||
|
||||
// Instantiate the component from the config
|
||||
const configPath = Path.join(__dirname, configFile);
|
||||
const configPath = Path.join(__dirname, 'config', configFile);
|
||||
return loader.instantiateFromUrl(componentUrl, configPath, undefined, { variables });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user