refactoring magic strings in layout.server file (guard), including new routes and tests
This commit is contained in:
@@ -44,3 +44,10 @@ export const baseData = {
|
||||
url: `https://example.com/${testVorgangsList[0].vorgangToken}`,
|
||||
crimeNames: ['modell-A', 'Fall-A']
|
||||
};
|
||||
|
||||
export const mockEvent = {
|
||||
locals: {
|
||||
user: baseData.user
|
||||
},
|
||||
url: new URL(`https://example.com/anmeldung`)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user