Skip to content

Commit 01c5645

Browse files
authored
fix(browser): import recordArtifact from the vitest package (#9186)
1 parent 1a259c3 commit 01c5645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/client/tester/expect/toMatchScreenshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { VisualRegressionArtifact } from '@vitest/runner'
33
import type { ScreenshotMatcherOptions } from '../../../../context'
44
import type { ScreenshotMatcherArguments, ScreenshotMatcherOutput } from '../../../shared/screenshotMatcher/types'
55
import type { Locator } from '../locators'
6-
import { recordArtifact } from '@vitest/runner'
6+
import { recordArtifact } from 'vitest'
77
import { getBrowserState } from '../../utils'
88
import { convertToSelector } from '../tester-utils'
99

0 commit comments

Comments
 (0)