test(ui): i corrected UI Testing

This commit is contained in:
2026-04-08 01:45:12 +00:00
parent 5d378ccb56
commit 546bf65b8b
10 changed files with 84 additions and 41 deletions
@@ -90,6 +90,7 @@ describe("admin/users +page.server.ts", () => {
return {
get: (key: string) => entries[key] ?? null,
getAll: (key: string) => (entries[key] ? [entries[key]] : []),
has: (key: string) => key in entries,
};
}