fix: Linting op Actions
This commit is contained in:
		
							parent
							
								
									80dc3acca7
								
							
						
					
					
						commit
						7e46ce9c5f
					
				
					 5 changed files with 17 additions and 8 deletions
				
			
		|  | @ -48,7 +48,7 @@ describe('LearningPathService', () => { | |||
|             expect(result.data?.length).toBe(1); | ||||
| 
 | ||||
|             // Should include all the nodes, even those pointing to foreign learning objects.
 | ||||
|             expect([...result.data![0].nodes.map((it) => it.learningobject_hruid)].sort()).toEqual( | ||||
|             expect([...result.data![0].nodes.map((it) => it.learningobject_hruid)].sort((a, b) => a - b)).toEqual( | ||||
|                 example.learningPath.nodes.map((it) => it.learningObjectHruid).sort() | ||||
|             ); | ||||
|         }); | ||||
|  |  | |||
		Reference in a new issue