/** * audit-notify-client tests (SMI-5541 Wave 2C Stage 2). * * Mocks the token-credentials leaf module (which the shared `access-token` * resolver imports) and global fetch. * * UC-1: no credentials -> AuditNotifyAuthError, no fetch. * UC-2: expired credentials -> refresh path runs, new creds stored, new token used. * UC-3: 200 bodies (sent / nothing_to_report / not_consented) returned verbatim. * UC-4: 401 -> AuditNotifyAuthError; 400 / 500 -> AuditNotifyError (carries reason). * UC-5: network throw / unreadable 200 -> AuditNotifyError. */ export {}; //# sourceMappingURL=audit-notify-client.test.d.ts.map