UNPKG

vitest-plugin-vis

Version:
13 lines (11 loc) 376 B
import type { ComparisonMethod, ImageSnapshotSubjectOptions, ToMatchImageSnapshotOptions } from '../../shared/types.ts' export type SnapshotMeta<M extends ComparisonMethod> = ToMatchImageSnapshotOptions<M> & ImageSnapshotSubjectOptions & { /** * Whether to enable the snapshot. * * Default: `true` */ enable?: boolean | undefined [key: string]: unknown }