@lewiswright/vitest-plugin-vis
Version:
Vitest visual testing plugin
10 lines • 345 B
TypeScript
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