fix: Twitter inbox creation error (#1783)
fixes #1708 Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
parent
ac15f08995
commit
850041bc1d
11 changed files with 156 additions and 62 deletions
|
@ -0,0 +1,9 @@
|
|||
import TwitterClient from '../../channel/twitterClient';
|
||||
import ApiClient from '../../ApiClient';
|
||||
|
||||
describe('#TwitterClient', () => {
|
||||
it('creates correct instance', () => {
|
||||
expect(TwitterClient).toBeInstanceOf(ApiClient);
|
||||
expect(TwitterClient).toHaveProperty('generateAuthorization');
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue