diff --git a/tests/actions/ReportTest.ts b/tests/actions/ReportTest.ts index f31370de73dd..ec7c9a569158 100644 --- a/tests/actions/ReportTest.ts +++ b/tests/actions/ReportTest.ts @@ -59,6 +59,9 @@ describe('actions/Report', () => { setImmediate(jest.runOnlyPendingTimers); } + // Clear the queue before each test to avoid test pollution + SequentialQueue.resetQueue(); + return promise; });