style: fix linting issues met ESLint
This commit is contained in:
		
							parent
							
								
									ccacc69ed8
								
							
						
					
					
						commit
						e58835aa17
					
				
					 5 changed files with 9 additions and 11 deletions
				
			
		|  | @ -72,8 +72,8 @@ export function makeTestLearningPaths( | |||
|     learningPathNode05.version = 1; | ||||
| 
 | ||||
|     const nodes01: Array<LearningPathNode> = [ | ||||
|         // learningPathNode01,
 | ||||
|         // learningPathNode02,
 | ||||
|         // LearningPathNode01,
 | ||||
|         // LearningPathNode02,
 | ||||
|     ]; | ||||
|     const learningPath01 = em.create(LearningPath, { | ||||
|         hruid: 'id01', | ||||
|  | @ -86,9 +86,9 @@ export function makeTestLearningPaths( | |||
|     }); | ||||
| 
 | ||||
|     const nodes02: Array<LearningPathNode> = [ | ||||
|         // learningPathNode03,
 | ||||
|         // learningPathNode04,
 | ||||
|         // learningPathNode05,
 | ||||
|         // LearningPathNode03,
 | ||||
|         // LearningPathNode04,
 | ||||
|         // LearningPathNode05,
 | ||||
|     ]; | ||||
|     const learningPath02 = em.create(LearningPath, { | ||||
|         hruid: 'id02', | ||||
|  |  | |||
|  | @ -40,7 +40,7 @@ export function makeTestStudents( | |||
|         lastName: 'Morisson', | ||||
|     }); | ||||
| 
 | ||||
|     // do not use for any tests, gets deleted in a unit test
 | ||||
|     // Do not use for any tests, gets deleted in a unit test
 | ||||
|     const student07 = em.create(Student, { | ||||
|         username: 'Nirvana', | ||||
|         firstName: 'Kurt', | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ export function makeTestTeachers( | |||
|         lastName: 'Lewis', | ||||
|     }); | ||||
| 
 | ||||
|     // should not be used, gets deleted in a unit test
 | ||||
|     // Should not be used, gets deleted in a unit test
 | ||||
|     const teacher04 = em.create(Teacher, { | ||||
|         username: 'ZesdeMetaal', | ||||
|         firstName: 'Wannes', | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action