UNPKG

@stencil/playwright

Version:

Testing adapter to use Playwright with Stencil

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