/** * SMI-5615: Unit tests for `correlationIdStorage` / `runWithCorrelationId` / * `getCorrelationId`. Mirrors the pattern of the `markerStorage` coverage in * `packages/core/src/telemetry/wrap.marker.test.ts` — a module-scoped * `AsyncLocalStorage` instance, installed per-call via a `runWith*` function, * read live via `.getStore()`. * * These are direct, in-isolation tests of the primitive itself; the * `withTelemetry` install-site contract (mint-if-absent, whole-`wrappedFn`- * body scope) is covered separately in * `packages/core/src/telemetry/wrap.correlation.test.ts`. */ export {}; //# sourceMappingURL=context.test.d.ts.map