You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-08-08 03:42:14 +03:00
Update overly sensitive snapshot (#9421)
* Update snapshot * Fix tests by adding missing stub
This commit is contained in:
committed by
GitHub
parent
cb5667b4a4
commit
cf1b592f26
@@ -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);
|
||||
|
Reference in New Issue
Block a user