forked from cartsnitch/cartsnitch
f45a49059e
Pre-existing test failure from Phase 1 better-auth migration. Dashboard calls authClient.useSession() which makes an unresolved async call in test environment. Mock it to return null session (isPending: false) so the unauthenticated UI renders correctly. Co-Authored-By: Paperclip <noreply@paperclip.ing>