UNPKG

@lewiswright/vitest-plugin-vis

Version:
10 lines 401 B
import type { BrowserCommand } from 'vitest/node'; export interface HasImageSnapshotCommand { hasImageSnapshot(taskId: string, snapshotId: string | undefined, isAutoSnapshot: boolean): Promise<boolean>; } export declare const hasImageSnapshot: BrowserCommand<[ taskId: string, snapshotId: string | undefined, isAutoSnapshot: boolean ]>; //# sourceMappingURL=has_image_snapshot.d.ts.map