Skip to content

Commit

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

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

Expand Down

0 comments on commit c56c650

Please sign in to comment.