implement test View Leere Liste in TatortListe

This commit is contained in:
2025-09-04 19:07:43 +02:00
parent 0bbbe0064b
commit edb37d8117
7 changed files with 80 additions and 28 deletions

View File

@@ -61,4 +61,4 @@ describe('API-Endpoints: list', () => {
const json = await response.json();
expect(json).toEqual(testVorgaenge);
});
});
});