Skip to content

Commit

Permalink
tests: retry 2 failing test 2 times but do not show log of it.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Jan 11, 2023
1 parent 928135f commit 9f8f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import '@testing-library/jest-dom/extend-expect'

// retry 2 times
jest.retryTimes(2, {
logErrorsBeforeRetry: true
logErrorsBeforeRetry: false
})

// TODO! investigate other options beside mocking
Expand Down

0 comments on commit 9f8f6e4

Please sign in to comment.