fix: lint
This commit is contained in:
		
							parent
							
								
									ef04f6c7af
								
							
						
					
					
						commit
						d84e6b485e
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -37,7 +37,7 @@ describe('Teacher controllers', () => { | |||
|         expect(jsonMock).toHaveBeenCalledWith(expect.objectContaining({ invitations: expect.anything() })); | ||||
| 
 | ||||
|         const result = jsonMock.mock.lastCall?.[0]; | ||||
|         console.log(result.invitations); | ||||
|         // console.log(result.invitations);
 | ||||
|         expect(result.invitations).to.have.length.greaterThan(0); | ||||
|     }); | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl