feat(backend): Nieuwe repositories voor leerinhoud aan repositories.ts toevoegen.
This commit is contained in:
parent
8ec201513c
commit
4e883a1a18
3 changed files with 64 additions and 4 deletions
|
@ -11,7 +11,7 @@ describe("StudentRepository", () => {
|
|||
let studentRepository: StudentRepository;
|
||||
|
||||
beforeAll(async () => {
|
||||
setupTestApp();
|
||||
await setupTestApp();
|
||||
studentRepository = getStudentRepository();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue