Update overly sensitive snapshot (#9421)
* Update snapshot * Fix tests by adding missing stub
This commit is contained in:
parent
cb5667b4a4
commit
cf1b592f26
2 changed files with 16 additions and 21 deletions
|
@ -184,6 +184,7 @@ export function createTestClient(): MatrixClient {
|
|||
setAudioInput: jest.fn(),
|
||||
} as unknown as MediaHandler),
|
||||
uploadContent: jest.fn(),
|
||||
getEventMapper: () => (opts) => new MatrixEvent(opts),
|
||||
} as unknown as MatrixClient;
|
||||
|
||||
client.reEmitter = new ReEmitter(client);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue