mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Move config templates to templates folder
This commit is contained in:
@@ -13,10 +13,10 @@ const rootFilePath = getTestFolder('dynamicPods');
|
||||
const podConfigJson = joinFilePath(rootFilePath, 'config-pod.json');
|
||||
|
||||
const configs: [string, any][] = [
|
||||
[ 'storage-memory.json', {
|
||||
[ 'memory.json', {
|
||||
teardown: (): void => removeFolder(rootFilePath),
|
||||
}],
|
||||
[ 'storage-filesystem.json', {
|
||||
[ 'filesystem.json', {
|
||||
teardown: (): void => removeFolder(rootFilePath),
|
||||
}],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user