UNPKG

@moveo-ai/web-widget

Version:

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

11 lines (9 loc) 237 B
import { openChat, closeChat } from './toggleChat'; describe('Toggle chat functions', () => { test('closeChat', () => { expect(closeChat).toBeTruthy(); }); test('openChat', () => { expect(openChat).toBeTruthy(); }); });