You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add resolveEventInOrg tests for events API coverage
Add 3 tests for resolveEventInOrg from src/lib/api/events.ts (lines 97-122):
- returns resolved event (org, project) on successful 200 response
- returns null for 404 (event not in this org — expected non-error case)
- propagates other errors (500, etc.) as thrown exceptions
0 commit comments