UNPKG

@moveo-ai/web-widget

Version:

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

6 lines (4 loc) 141 B
import { bubbleChat } from './bubbleFunctions'; test('Test message bubble', () => { expect(bubbleChat('Hello', 'blue')).toBeTruthy(); });