Skip to content

Commit

Permalink
Run 50 times
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Dec 20, 2023
1 parent 46e537d commit 3ce63b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('CaseViewPage', () => {
jest.useRealTimers();
});

for (let index = 0; index < 1; index++) {
for (let index = 0; index < 50; index++) {
it('shows the metrics section', async () => {
appMockRenderer.render(<CaseViewPage {...caseProps} />);

Expand Down

0 comments on commit 3ce63b4

Please sign in to comment.