mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Split ResourceStore config into 2 parts
This commit is contained in:
@@ -20,11 +20,11 @@ const baseUrl = `http://localhost:${port}/`;
|
||||
const rootFilePath = getTestFolder('full-config-acl');
|
||||
const stores: [string, any][] = [
|
||||
[ 'in-memory storage', {
|
||||
storeConfig: 'storage/resource-store/memory.json',
|
||||
storeConfig: 'storage/backend/memory.json',
|
||||
teardown: jest.fn(),
|
||||
}],
|
||||
[ 'on-disk storage', {
|
||||
storeConfig: 'storage/resource-store/file.json',
|
||||
storeConfig: 'storage/backend/file.json',
|
||||
teardown: (): void => removeFolder(rootFilePath),
|
||||
}],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user