@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
14 lines (13 loc) • 439 B
TypeScript
import * as d from '../../declarations';
export declare function toHaveReceivedEvent(eventSpy: d.EventSpy): {
message: () => string;
pass: boolean;
};
export declare function toHaveReceivedEventTimes(eventSpy: d.EventSpy, count: number): {
message: () => string;
pass: boolean;
};
export declare function toHaveReceivedEventDetail(eventSpy: d.EventSpy, eventDetail: any): {
message: () => string;
pass: boolean;
};