UNPKG

@lewiswright/vitest-plugin-vis

Version:
10 lines 345 B
import type { SnapshotMeta } from '../shared/types.ts'; /** * Determine should snapshot be taken. * * not story: false * no `snapshot` tag: false * disabled by `!snapshot` tag: false */ export declare function shouldTakeSnapshot(meta?: SnapshotMeta<any> | undefined): boolean | undefined; //# sourceMappingURL=should_take_snapshot.d.ts.map