/** * license-status-client tests (SMI-6098, umbrella SMI-6085). * * Mirrors audit-notify-client.test.ts's mock shape (token-credentials leaf * module + global fetch). * * UC-1: no credentials -> SessionTierAuthError, no fetch. * UC-2: expired credentials -> refresh path runs, new token used. * UC-3: 200 authenticated:true/false bodies returned verbatim. * UC-4: 429/5xx -> SessionTierTransientError. * UC-5: network throw / unreadable / malformed body -> SessionTierTransientError. */ export {}; //# sourceMappingURL=license-status-client.test.d.ts.map