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