UNPKG

heatmap-cluster

Version:
11 lines (10 loc) 314 B
export declare type ImageSnapshotSettings = { comparisonMethod: string; customSnapshotsDir: string; customDiffDir: string; failureThreshold: number; failureThresholdType: string; }; export default class TestConsts { static resolveImageSnapshotFolder(path: string): ImageSnapshotSettings; }