Skip to content

Commit

Permalink
fix: Update HappyDOMOptions to be compatible with v12 (#4135)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyblond committed Sep 18, 2023
1 parent 21ba493 commit e879753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vitest/src/types/happy-dom-options.ts
Expand Up @@ -12,6 +12,9 @@ export interface HappyDOMOptions {
disableIframePageLoading?: boolean
disableComputedStyleRendering?: boolean
enableFileSystemHttpRequests?: boolean
navigator?: {
userAgent?: string
}
device?: {
prefersColorScheme?: string
mediaType?: string
Expand Down

0 comments on commit e879753

Please sign in to comment.