UNPKG

@lewiswright/vitest-plugin-vis

Version:
9 lines 371 B
import type { BrowserCommand } from 'vitest/node'; export interface ImageSnapshotNextIndexCommand { /** * Get the index of the snapshot image to be created. */ imageSnapshotNextIndex(taskId: string): Promise<number>; } export declare const imageSnapshotNextIndex: BrowserCommand<[taskId: string]>; //# sourceMappingURL=image_snapshot_next_index.d.ts.map