Skip to content

Commit

Permalink
fix: Update HappyDOMOptions to be compatible with v12 (vitest-dev#4135)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyblond authored and LorenzoBloedow committed Dec 19, 2023
1 parent 1ed780c commit d69e394
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 d69e394

Please sign in to comment.