Skip to content

Commit

Permalink
Run test 50 more times
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed May 12, 2023
1 parent 41bd423 commit b04d613
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(40).fill(null))('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 b04d613

Please sign in to comment.