Skip to content

Commit

Permalink
Add retries for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jul 15, 2023
1 parent b83e572 commit e3a89ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
'test/unit/__helpers__/expect.ts',
'test/unit/__helpers__/cleanup.ts',
],
retry: 3,
browser: {
enabled: true,
provider: 'playwright',
Expand Down

0 comments on commit e3a89ba

Please sign in to comment.