1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

Start a call immediately after creating a room via the dial pad (#6529)

This commit is contained in:
Andrew Morgan
2021-08-04 09:46:39 +01:00
committed by GitHub
parent a07df5e9d8
commit c9c8177f58
3 changed files with 8 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ export function createTestClient() {
},
mxcUrlToHttp: (mxc) => 'http://this.is.a.url/',
setAccountData: jest.fn(),
setRoomAccountData: jest.fn(),
sendTyping: jest.fn().mockResolvedValue({}),
sendMessage: () => jest.fn().mockResolvedValue({}),
getSyncState: () => "SYNCING",