screenshot.d.ts 204 B

12345
  1. import type * as d from '@stencil/core/internal';
  2. export declare function toMatchScreenshot(compare: d.ScreenshotDiff, opts?: d.MatchScreenshotOptions): {
  3. message: () => string;
  4. pass: boolean;
  5. };