UNPKG

@moveo-ai/web-widget

Version:

Client side library to load the moveo chat widget and connect it with your agent

7 lines (5 loc) 203 B
import { injectChat } from './injectChat'; test('Widget is rendered to the DOM', () => { injectChat('red', 'Customer Support', 'Welcome'); expect(document.querySelector('.moveo')).toBeTruthy(); });