UNPKG

@lewiswright/vitest-plugin-vis

Version:
10 lines 253 B
type Task = { name: string; suite?: Task | undefined; }; /** * @deprecated not needed anymore. Use `matchImageSnapshot` directly instead. */ export declare function toTaskId(task: Task): string; export {}; //# sourceMappingURL=task_id.d.ts.map