@lewiswright/vitest-plugin-vis
Version:
Vitest visual testing plugin
8 lines • 427 B
TypeScript
export * from './client/expect/expectation_result.ts';
export type * from './client/expect/to_match_image_snapshot.types.ts';
export * from './client/image_snapshot_matcher.ts';
export * from './client/should_take_snapshot.ts';
export { setAutoSnapshotOptions, type MetaTask } from './client/snapshot_options.ts';
export * from './client/task_id.ts';
export type * from './shared/types.ts';
//# sourceMappingURL=client.d.ts.map