mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Support auxiliary behaviour in DataAccessorBasedStore
This commit is contained in:
@@ -38,6 +38,7 @@ describe('A LockingResourceStore', (): void => {
|
||||
source = new DataAccessorBasedStore(
|
||||
new InMemoryDataAccessor(base),
|
||||
new SingleRootIdentifierStrategy(base),
|
||||
strategy,
|
||||
);
|
||||
|
||||
// Initialize store
|
||||
|
||||
Reference in New Issue
Block a user