/** * SMI-4119: SkillsmithApiClient event-batching integration tests. * * Verifies: * - `recordEvent()` enqueues without an immediate POST. * - `flushEvents()` drains the queue and issues a single POST with * `X-Skillsmith-Batched: true` and `{ events: [...] }` body. */ export {}; //# sourceMappingURL=api-client-events.test.d.ts.map