clean up, remove console.logs and debugging code
This commit is contained in:
@@ -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 });
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user