@stencil/playwright
Version:
Testing adapter to use Playwright with Stencil
13 lines (12 loc) • 751 B
TypeScript
import { toHaveFirstReceivedEventDetail } from './to-have-first-received-event-detail';
import { toHaveNthReceivedEventDetail } from './to-have-nth-received-event-detail';
import { toHaveReceivedEvent } from './to-have-received-event';
import { toHaveReceivedEventDetail } from './to-have-received-event-detail';
import { toHaveReceivedEventTimes } from './to-have-received-event-times';
export declare const matchers: {
toHaveReceivedEvent: typeof toHaveReceivedEvent;
toHaveReceivedEventDetail: typeof toHaveReceivedEventDetail;
toHaveReceivedEventTimes: typeof toHaveReceivedEventTimes;
toHaveFirstReceivedEventDetail: typeof toHaveFirstReceivedEventDetail;
toHaveNthReceivedEventDetail: typeof toHaveNthReceivedEventDetail;
};