mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Allow custom root ACL.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
87f1450d0d
commit
e544e6dc11
@@ -8,7 +8,7 @@ describe('A RootContainerInitializer', (): void => {
|
||||
getRepresentation: jest.fn().mockRejectedValue(new NotFoundHttpError()),
|
||||
setRepresentation: jest.fn(),
|
||||
} as any;
|
||||
const initializer = new RootContainerInitializer(baseUrl, store);
|
||||
const initializer = new RootContainerInitializer({ store, baseUrl });
|
||||
|
||||
afterEach((): void => {
|
||||
jest.clearAllMocks();
|
||||
|
||||
Reference in New Issue
Block a user