Merge branch 'development' into f091_PIN-verstecken-in-URL

This commit is contained in:
2025-10-13 10:44:20 +02:00
4 changed files with 633 additions and 592 deletions

View File

@@ -22,8 +22,9 @@ describe('+layout.server load(): Teste korrekte URL', () => {
});
describe('+layout.server load(): Teste erfolgreichen Pfad', () => {
test('Werfe kein Fehler', async () => {
// [TODO]
test.skip('Werfe kein Fehler', async () => {
const result = load(mockEvent);
expect(result).toEqual({ user: baseData.user });
});
});
});