Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import webhooksAPI from '../webhooks';
|
||||
import ApiClient from '../ApiClient';
|
||||
|
||||
describe('#webhooksAPI', () => {
|
||||
it('creates correct instance', () => {
|
||||
expect(webhooksAPI).toBeInstanceOf(ApiClient);
|
||||
expect(webhooksAPI).toHaveProperty('get');
|
||||
expect(webhooksAPI).toHaveProperty('show');
|
||||
expect(webhooksAPI).toHaveProperty('create');
|
||||
expect(webhooksAPI).toHaveProperty('update');
|
||||
expect(webhooksAPI).toHaveProperty('delete');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user