UNPKG

@stencil/playwright

Version:

Testing adapter to use Playwright with Stencil

4 lines (3 loc) 193 B
import type { E2EPage } from '../../playwright-declarations'; import { EventSpy } from '../event-spy'; export declare const spyOnEvent: (page: E2EPage, eventName: string) => Promise<EventSpy>;