Feature: Add/Edit conversation labels (#488)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
Nithin David Thomas 2020-02-16 15:46:26 +05:30 committed by GitHub
parent 77473dc2aa
commit e61ba95cf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 863 additions and 323 deletions

View file

@ -10,6 +10,6 @@ describe('#ConversationApi', () => {
expect(conversations).toHaveProperty('update');
expect(conversations).toHaveProperty('delete');
expect(conversations).toHaveProperty('getLabels');
expect(conversations).toHaveProperty('createLabels');
expect(conversations).toHaveProperty('updateLabels');
});
});