Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vitest/src/types/happy-dom-options.ts
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ export interface HappyDOMOptions {
disableIframePageLoading?: boolean
disableComputedStyleRendering?: boolean
enableFileSystemHttpRequests?: boolean
navigator?: {
userAgent?: string
}
device?: {
prefersColorScheme?: string
mediaType?: string

0 comments on commit e879753

Please sign in to comment.