@honeybook/jest-stare
Version:
jest html reporter (results processor) to view HTML jest results, save raw JSON, and invoke multiple reporters
11 lines (10 loc) • 443 B
TypeScript
export declare class ImageSnapshotDifference {
static DIFF_INDICATOR: string[];
static DIFF_IMAGE: RegExp;
static DIFF_DETAILS: RegExp;
static containsDiff(jestFailureMessage: string): boolean;
static generate(jestFailureMessage: string): HTMLElement;
static parseDiffImagePath(jestFailureMessage: string): string;
static parseDiffImageName(jestFailureMessage: string): string;
private static parseDiffError;
}