UNPKG

@lewiswright/vitest-plugin-vis

Version:
10 lines 498 B
import { type BrowserPage } from '@vitest/browser/context'; import type { ImageSnapshotIdOptions } from '../../shared/types.ts'; export interface HasImageSnapshotAction { hasImageSnapshot(this: BrowserPage, options?: ImageSnapshotIdOptions | undefined): Promise<boolean>; } /** * Check if the snapshot image exists. */ export declare function hasImageSnapshot(this: BrowserPage, options?: ImageSnapshotIdOptions | undefined): Promise<boolean>; //# sourceMappingURL=has_image_snapshot.d.ts.map