mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(server): server-side events (#5669)
This commit is contained in:
parent
36196f2a5d
commit
b34abf25f0
15 changed files with 114 additions and 63 deletions
|
|
@ -4,6 +4,7 @@ export const newCommunicationRepositoryMock = (): jest.Mocked<ICommunicationRepo
|
|||
return {
|
||||
send: jest.fn(),
|
||||
broadcast: jest.fn(),
|
||||
addEventListener: jest.fn(),
|
||||
on: jest.fn(),
|
||||
sendServerEvent: jest.fn(),
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue