refactor(common): Learning content
This commit is contained in:
		
							parent
							
								
									70a31a292c
								
							
						
					
					
						commit
						5a90862098
					
				
					 19 changed files with 36 additions and 22 deletions
				
			
		|  | @ -1,8 +1,8 @@ | |||
| import { AssertionError } from 'node:assert'; | ||||
| import { LearningObject } from '../../src/entities/content/learning-object.entity'; | ||||
| import { FilteredLearningObject, LearningPath } from '../../src/interfaces/learning-content'; | ||||
| import { LearningPath as LearningPathEntity } from '../../src/entities/content/learning-path.entity'; | ||||
| import { expect } from 'vitest'; | ||||
| import {FilteredLearningObject, LearningPath} from "dwengo-1-common/src/interfaces/learning-content"; | ||||
| 
 | ||||
| // Ignored properties because they belang for example to the class, not to the entity itself.
 | ||||
| const IGNORE_PROPERTIES = ['parent']; | ||||
|  |  | |||
		Reference in a new issue