UNPKG

@stencil/playwright

Version:

Testing adapter to use Playwright with Stencil

6 lines (5 loc) 187 B
import type { EventSpy } from '../page/event-spy'; export declare function toHaveReceivedEventTimes(eventSpy: EventSpy, count: number): { message: () => string; pass: boolean; };