We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806361e commit c070d46Copy full SHA for c070d46
vitest.workspace.ts
@@ -13,6 +13,7 @@ export default defineConfig({
13
name: "browser",
14
environment: "happy-dom",
15
globals: true,
16
+ hookTimeout: 30_000,
17
setupFiles: ["tests/setup.ts"],
18
include: ["tests/**/*.test.ts", "tests/**/*.test.tsx"],
19
exclude: ["tests/worker/**"],
0 commit comments