We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b468233 commit 3a53bfcCopy full SHA for 3a53bfc
vitest.config.ts
@@ -42,6 +42,7 @@ export default defineConfig({
42
// singleThread: true,
43
// },
44
45
+ retry: 3,
46
slowTestThreshold: 5_000,
47
include: ['tests/**/*.browser.{test,spec}.ts'],
48
name: 'browser',
0 commit comments