Skip to content

Commit

Permalink
Clearing mocks between runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Sep 30, 2024
1 parent cc16cc1 commit 2b1485a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('NotificationBadge', () => {

beforeEach(() => {
jest.restoreAllMocks();
jest.clearAllMocks();
});

it('triggers update of notifications', async () => {
Expand Down

0 comments on commit 2b1485a

Please sign in to comment.