clean up, remove console.logs and debugging code

This commit is contained in:
2025-10-14 09:24:36 +02:00
parent 3b0b9d724a
commit 9bf85c79e4
6 changed files with 5 additions and 27 deletions

View File

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