mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 02:32:29 +00:00
feat: Dedicated tab for campaigns (#2741)
This commit is contained in:
@@ -14,6 +14,11 @@ describe('#getters', () => {
|
||||
expect(getters.getWebsiteInboxes(state).length).toEqual(3);
|
||||
});
|
||||
|
||||
it('getTwilioInboxes', () => {
|
||||
const state = { records: inboxList };
|
||||
expect(getters.getTwilioInboxes(state).length).toEqual(1);
|
||||
});
|
||||
|
||||
it('getInbox', () => {
|
||||
const state = {
|
||||
records: inboxList,
|
||||
|
||||
Reference in New Issue
Block a user