test: Enable file locker in notification tests

This commit is contained in:
Joachim Van Herwegen
2023-07-20 15:36:44 +02:00
parent d0e01472b9
commit f419f2f28d
2 changed files with 2 additions and 5 deletions

View File

@@ -30,8 +30,7 @@ const stores: [string, any][] = [
teardown: jest.fn(),
}],
[ 'on-disk storage', {
// Switch to file locker after https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1452
configs: [ 'storage/backend/file.json', 'util/resource-locker/memory.json' ],
configs: [ 'storage/backend/file.json', 'util/resource-locker/file.json' ],
teardown: async(): Promise<void> => removeFolder(rootFilePath),
}],
];