[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

fix: Update HappyDOMOptions to be compatible with v12 (#4135)

authored by

Anthony Blond and committed by
GitHub
(Sep 18, 2023, 11:13 AM +0200) e8797534 21ba4935

+3
+3
packages/vitest/src/types/happy-dom-options.ts
··· 12 12 disableIframePageLoading?: boolean 13 13 disableComputedStyleRendering?: boolean 14 14 enableFileSystemHttpRequests?: boolean 15 + navigator?: { 16 + userAgent?: string 17 + } 15 18 device?: { 16 19 prefersColorScheme?: string 17 20 mediaType?: string