UNPKG

@applitools/eyes-browser

Version:
7 lines (6 loc) 267 B
import { TestFailedError } from './TestFailedError'; import { TestResults } from '../output/TestResults'; export declare class DiffsFoundError extends TestFailedError { constructor(message: string, results?: TestResults); constructor(results: TestResults); }