Skip to content

Commit

Permalink
reset queue between report tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zirgulis committed Nov 28, 2024
1 parent 43640b1 commit 7eec1cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/actions/ReportTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ describe('actions/Report', () => {
setImmediate(jest.runOnlyPendingTimers);
}

SequentialQueue.resetQueue();

return promise;
});

Expand Down

0 comments on commit 7eec1cd

Please sign in to comment.