UNPKG

@moveo-ai/web-widget

Version:

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

13 lines (10 loc) 284 B
import * as chat from './chatFunctions'; test('handleDropdown', () => { expect(chat.handleDropdown).toBeTruthy(); }); test('handleFileUpload', () => { expect(chat.handleFileUpload).toBeTruthy(); }); test('handleDownload', () => { expect(chat.handleDownload).toBeTruthy(); });