Skip to content

Commit

Permalink
Update vitest.config.ts with hookTimeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jul 5, 2024
1 parent b09b15f commit 8fb1def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import type { UserConfig } from 'vitest'
export default defineConfig(
extend(config, {
test: {
environment: 'jsdom'
environment: 'jsdom',
hookTimeout: 30000
}
} as UserConfig)
)

0 comments on commit 8fb1def

Please sign in to comment.