mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update dependencies
This commit is contained in:
@@ -4,6 +4,7 @@ import { RepresentationMetadata } from '../../../../../../src/http/representatio
|
||||
import { OwnerMetadataWriter } from '../../../../../../src/identity/interaction/pod/util/OwnerMetadataWriter';
|
||||
import { PodStore } from '../../../../../../src/identity/interaction/pod/util/PodStore';
|
||||
import type { StorageLocationStrategy } from '../../../../../../src/server/description/StorageLocationStrategy';
|
||||
import type { HttpResponse } from '../../../../../../src/server/HttpResponse';
|
||||
import { joinUrl } from '../../../../../../src/util/PathUtil';
|
||||
|
||||
describe('An OwnerMetadataWriter', (): void => {
|
||||
@@ -20,7 +21,7 @@ describe('An OwnerMetadataWriter', (): void => {
|
||||
beforeEach(async(): Promise<void> => {
|
||||
metadata = new RepresentationMetadata(target);
|
||||
|
||||
response = createResponse();
|
||||
response = createResponse() as HttpResponse;
|
||||
|
||||
podStore = {
|
||||
findByBaseUrl: jest.fn().mockResolvedValue({ id, accountId }),
|
||||
|
||||
Reference in New Issue
Block a user