@infomatebot/chatbot-widget
Version:
Build intelligent chatbots using pre-designed conversation flows with quick reply options. Upload documents for AI-powered, context-aware responses and reduce support costs by 80% with guided conversations
12 lines • 464 B
TypeScript
declare global {
namespace Vi {
interface AsymmetricMatchersContaining {
toBeValidEventDetail(expected?: Record<string, any>): void;
}
}
}
export declare const createMockElement: (tagName?: string) => HTMLElement;
export declare const createMockShadowRoot: () => ShadowRoot;
export declare const waitFor: (ms: number) => Promise<void>;
export declare const flushPromises: () => Promise<void>;
//# sourceMappingURL=setup.d.ts.map