fix(backend): Foute entity-structuur van leerpaden verbeterd.
Ook testen geschreven voor LearningPathRepository en LearningObjectRepository.
This commit is contained in:
parent
4d999c78ba
commit
1417907933
24 changed files with 474 additions and 64 deletions
3
backend/tests/test-assets/learning-paths/learning-path-example.d.ts
vendored
Normal file
3
backend/tests/test-assets/learning-paths/learning-path-example.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
type LearningPathExample = {
|
||||
createLearningPath: () => LearningPath
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue