Skip to content

Commit

Permalink
Run the test multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed May 10, 2023
1 parent 49aca54 commit ccf2716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ describe('AllCasesListGeneric', () => {
});
});

describe('Actions', () => {
describe.each(Array(50).fill(null))('Actions', () => {
const updateCasesSpy = jest.spyOn(api, 'updateCases');
const deleteCasesSpy = jest.spyOn(api, 'deleteCases');

Expand Down

0 comments on commit ccf2716

Please sign in to comment.