Skip to content

Commit

Permalink
Add test retry
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Aug 16, 2023
1 parent 9bf17e1 commit 0dcba2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grai-frontend/src/pages/sources/Source.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { GET_SOURCE_TABLES } from "components/sources/SourceTables"
import { UPDATE_SOURCE } from "components/sources/UpdateSource"
import Source, { GET_SOURCE } from "./Source"

jest.retryTimes(1)

test("renders", async () => {
render(<Source />, {
withRouter: true,
Expand Down

0 comments on commit 0dcba2a

Please sign in to comment.