mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	 79a525aa62
			
		
	
	79a525aa62
	
	
	
		
			
			Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			269 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			269 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import bulkActions from '../bulkActions';
 | |
| import ApiClient from '../ApiClient';
 | |
| 
 | |
| describe('#BulkActionsAPI', () => {
 | |
|   it('creates correct instance', () => {
 | |
|     expect(bulkActions).toBeInstanceOf(ApiClient);
 | |
|     expect(bulkActions).toHaveProperty('create');
 | |
|   });
 | |
| });
 |