UNPKG

@lewiswright/vitest-plugin-vis

Version:
5 lines 413 B
import type { VisOptions } from '../config/types.ts'; import type { PartialBrowserCommandContext } from './vis_context.types.ts'; export declare function resolveSnapshotRootDir(suite: PartialBrowserCommandContext, options: VisOptions): string; export declare function getSnapshotSubpath(suiteName: string, options: Pick<VisOptions, 'customizeSnapshotSubpath'>): string; //# sourceMappingURL=snapshot_path.d.ts.map