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 fe435b8 commit 8f8705bCopy full SHA for 8f8705b
vitest.config.mts
@@ -8,5 +8,6 @@ export default defineConfig({
8
reporter: ['text-summary', 'lcovonly'],
9
exclude: ['scripts/**', ...coverageConfigDefaults.exclude],
10
},
11
+ testTimeout: 10_000,
12
13
});
0 commit comments