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 ca954f0 commit faf8db5Copy full SHA for faf8db5
apps/create-hypergraph/vitest.config.ts
@@ -5,6 +5,7 @@ export default defineConfig({
5
include: ['./test/**/*.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
6
exclude: [],
7
globals: true,
8
+ testTimeout: 10000,
9
coverage: {
10
provider: 'v8',
11
},
0 commit comments