diff --git a/tests/ui/UnreadIndicatorsTest.js b/tests/ui/UnreadIndicatorsTest.js index 851dc889728e..88fa92824c74 100644 --- a/tests/ui/UnreadIndicatorsTest.js +++ b/tests/ui/UnreadIndicatorsTest.js @@ -277,6 +277,7 @@ describe('Unread Indicators', () => { afterEach(() => { jest.clearAllMocks(); Onyx.clear(); + PusherHelper.teardown(); }); it('Display bold in the LHN for unread chat and new line indicator above the chat message when we navigate to it', () =>