@ionic/core
Version:
Base components for Ionic
12 lines (11 loc) • 381 B
JavaScript
/*!
* (C) Ionic http://ionicframework.com - MIT License
*/
import { toHaveReceivedEvent } from "./toHaveReceivedEvent";
import { toHaveReceivedEventDetail } from "./toHaveReceivedEventDetail";
import { toHaveReceivedEventTimes } from "./toHaveReceivedEventTimes";
export const matchers = {
toHaveReceivedEvent,
toHaveReceivedEventDetail,
toHaveReceivedEventTimes,
};