jest-screenshot.d.ts 151 B

12
  1. import type * as d from '@stencil/core/internal';
  2. export declare function runJestScreenshot(config: d.Config, env: d.E2EProcessEnv): Promise<boolean>;