Skip to content

Commit

Permalink
fix: remove jest.resetAllMocks();
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Lavtar <olavtar@redhat.com>
  • Loading branch information
olavtar committed Jan 14, 2025
1 parent 98f4d79 commit 75f6380
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ describe('getNIMResourcesToDelete', () => {

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

it('should add deletePvc to resources if pvcName exists', async () => {
Expand Down Expand Up @@ -130,7 +129,6 @@ describe('fetchNIMAccountTemplateName', () => {

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

it('should return the template name when available', async () => {
Expand Down

0 comments on commit 75f6380

Please sign in to comment.