We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7470bbd commit f71f46bCopy full SHA for f71f46b
test/vitest.ts
@@ -40,5 +40,6 @@ export default defineConfig({
40
testTimeout: TIMEOUT_MS,
41
hookTimeout: TIMEOUT_MS,
42
teardownTimeout: TIMEOUT_MS,
43
+ retry: RETRY,
44
},
45
});
0 commit comments