Skip to content

Commit

Permalink
test: add retry to a flaky performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezamirian committed Aug 4, 2024
1 parent d3dd6fd commit 6fe93bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/example-app/src/tree-utils/groupByDirectory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const groupByDirectoryMergingPaths = createGroupByDirectory<
shouldCollapseDirectories: true,
});

jest.retryTimes(3);

describe("groupByDirectory", () => {
it("groups by directory", () => {
const y = change("/a/c/y.js");
Expand Down

0 comments on commit 6fe93bb

Please sign in to comment.