feat(backend): Nieuwe repositories voor leerinhoud aan repositories.ts toevoegen.

This commit is contained in:
Gerald Schmittinger 2025-02-26 01:09:40 +01:00
parent 8ec201513c
commit 4e883a1a18
3 changed files with 64 additions and 4 deletions

View file

@ -11,7 +11,7 @@ describe("StudentRepository", () => {
let studentRepository: StudentRepository;
beforeAll(async () => {
setupTestApp();
await setupTestApp();
studentRepository = getStudentRepository();
});