mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 06:06:19 +02:00
Fix test failures: provide isIntialSyncComplete on mock client (#10122)
This commit is contained in:
parent
2501dad0a3
commit
c4a6cc8e65
@ -94,6 +94,8 @@ describe("RoomViewStore", function () {
|
||||
getDeviceId: jest.fn().mockReturnValue("ABC123"),
|
||||
sendStateEvent: jest.fn().mockResolvedValue({}),
|
||||
supportsThreads: jest.fn(),
|
||||
isInitialSyncComplete: jest.fn(),
|
||||
relations: jest.fn(),
|
||||
});
|
||||
const room = new Room(roomId, mockClient, userId);
|
||||
const room2 = new Room(roomId2, mockClient, userId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user