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 ba20681 commit cd3809bCopy full SHA for cd3809b
sandbox/codegen/vitest.config.ts
@@ -4,7 +4,7 @@ import Vue from '@vitejs/plugin-vue'
4
import preact from '@preact/preset-vite'
5
import vueJsx from '@vitejs/plugin-vue-jsx'
6
import { UserConfig } from 'vite'
7
-import { UserConfig as TestUserConfig } from 'vitest'
+import type { UserConfig as TestUserConfig } from 'vitest/node'
8
9
import { createRequire } from 'module'
10
vitest.config.ts
@@ -8,6 +8,7 @@ export default defineConfig({
plugins: [tsconfigPaths()],
test: {
globals: true,
11
+ testTimeout: 15_000,
12
setupFiles: ['tests-setup.ts'],
13
hideSkippedTests: true,
14
environment: 'happy-dom',
0 commit comments