You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-30 04:23:07 +03:00
Prevent duplicated re-emitter setups in event-mapper (#2293)
This commit is contained in:
committed by
GitHub
parent
3b33237e51
commit
b58d09aa9a
@ -816,6 +816,9 @@ describe("MatrixClient", function() {
|
||||
},
|
||||
addPendingEvent: jest.fn(),
|
||||
updatePendingEvent: jest.fn(),
|
||||
reEmitter: {
|
||||
reEmit: jest.fn(),
|
||||
},
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user