mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Bring lint config back to original strictness
This commit is contained in:
@@ -44,7 +44,7 @@ describe('An AuthAuxiliaryReader', (): void => {
|
||||
|
||||
const result = await reader.handle({ requestedModes, credentials });
|
||||
expect(result.get(acl1)).toEqual({ read: true, append: true, write: true, control: true });
|
||||
expect(result.get(acl2)).toEqual({ });
|
||||
expect(result.get(acl2)).toEqual({});
|
||||
|
||||
const updatedMap = new IdentifierMap();
|
||||
updatedMap.set(subject1, new Set([ AclMode.control ]));
|
||||
|
||||
Reference in New Issue
Block a user