Files
trezor-suite/suite-native/app/e2e/jest.perTestFile.setup.ts
Martin Vere Cihlar bd52e2852f feat(e2e-native): enhance logging both on CI and local
minor fix of t3w1 workflow skipping
2025-10-23 14:12:15 -06:00

2 lines
84 B
TypeScript

jest.retryTimes(process.env.GITHUB_ACTION ? 2 : 0, { logErrorsBeforeRetry: true });