mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 11:08:04 +00:00 
			
		
		
		
	feat: Add Integration hooks UI (#2301)
This commit is contained in:
		| @@ -9,6 +9,11 @@ describe('#getters', () => { | ||||
|     expect(getters.getInboxes(state)).toEqual(inboxList); | ||||
|   }); | ||||
|  | ||||
|   it('getWebsiteInboxes', () => { | ||||
|     const state = { records: inboxList }; | ||||
|     expect(getters.getWebsiteInboxes(state).length).toEqual(3); | ||||
|   }); | ||||
|  | ||||
|   it('getInbox', () => { | ||||
|     const state = { | ||||
|       records: inboxList, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Muhsin Keloth
					Muhsin Keloth