fix: Cleanup
Co-authored-by: Adriaan Jacquet <adriaanjacquet@gmail.com>
This commit is contained in:
		
							parent
							
								
									ced27c148b
								
							
						
					
					
						commit
						782fc2be19
					
				
					 4 changed files with 2 additions and 20 deletions
				
			
		|  | @ -109,7 +109,7 @@ describe('LearningObjectService', () => { | |||
|                 hruid: 'non_existing', | ||||
|                 language: Language.Dutch, | ||||
|             }); | ||||
|             expect(result).toEqual([]); | ||||
|             expect(result).toStrictEqual([]); | ||||
|         }); | ||||
|     }); | ||||
| 
 | ||||
|  | @ -127,7 +127,7 @@ describe('LearningObjectService', () => { | |||
|                 hruid: 'non_existing', | ||||
|                 language: Language.Dutch, | ||||
|             }); | ||||
|             expect(result).toEqual([]); | ||||
|             expect(result).toStrictEqual([]); | ||||
|         }); | ||||
|     }); | ||||
| }); | ||||
|  |  | |||
|  | @ -3,10 +3,4 @@ export interface StudentDTO { | |||
|     username: string; | ||||
|     firstName: string; | ||||
|     lastName: string; | ||||
|     endpoints?: { | ||||
|         classes: string; | ||||
|         questions: string; | ||||
|         invitations: string; | ||||
|         groups: string; | ||||
|     }; | ||||
| } | ||||
|  |  | |||
|  | @ -3,10 +3,4 @@ export interface TeacherDTO { | |||
|     username: string; | ||||
|     firstName: string; | ||||
|     lastName: string; | ||||
|     endpoints?: { | ||||
|         classes: string; | ||||
|         questions: string; | ||||
|         invitations: string; | ||||
|         groups: string; | ||||
|     }; | ||||
| } | ||||
|  |  | |||
|  | @ -3,10 +3,4 @@ export interface UserDTO { | |||
|     username: string; | ||||
|     firstName: string; | ||||
|     lastName: string; | ||||
|     endpoints?: { | ||||
|         self: string; | ||||
|         classes: string; | ||||
|         questions: string; | ||||
|         invitations: string; | ||||
|     }; | ||||
| } | ||||
|  |  | |||
		Reference in a new issue