testplane
Version:
Tests framework based on mocha and wdio
10 lines (9 loc) • 376 B
TypeScript
export function handleNoRefImage(currImg: any, refImg: any, state: any, { emitter }: {
emitter: any;
}): Promise<void>;
export function handleInvalidRefImage(currImg: any, refImg: any, state: any, { emitter }: {
emitter: any;
}): Promise<void>;
export function handleImageDiff(currImg: any, refImg: any, state: any, { emitter }: {
emitter: any;
}): Promise<void>;