[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(browser): import `recordArtifact` from the vitest package (#9186)

authored by

Raul Macarie and committed by
GitHub
(Dec 8, 2025, 9:49 AM +0100) 01c56454 1a259c34

+1 -1
+1 -1
packages/browser/src/client/tester/expect/toMatchScreenshot.ts
··· 3 3 import type { ScreenshotMatcherOptions } from '../../../../context' 4 4 import type { ScreenshotMatcherArguments, ScreenshotMatcherOutput } from '../../../shared/screenshotMatcher/types' 5 5 import type { Locator } from '../locators' 6 - import { recordArtifact } from '@vitest/runner' 6 + import { recordArtifact } from 'vitest' 7 7 import { getBrowserState } from '../../utils' 8 8 import { convertToSelector } from '../tester-utils' 9 9