1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-31 15:24:23 +03:00

Clean up group call tests (#2806)

This commit is contained in:
David Baker
2022-10-26 11:57:16 +01:00
committed by GitHub
parent c374ba2367
commit 0d211dfbad

View File

@ -584,6 +584,8 @@ describe('Group Call', function() {
});
afterEach(function() {
groupCall1.leave();
groupCall2.leave();
jest.useRealTimers();
MockRTCPeerConnection.resetInstances();