Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: retry config
Browse files Browse the repository at this point in the history
shulandmimi committed Oct 22, 2024
1 parent 134c753 commit c72de37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ export default defineConfig({
environment: 'node',
deps: {
interopDefault: false
}
},
retry: 5
}
});

0 comments on commit c72de37

Please sign in to comment.