You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +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