| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import { describe, expect, it } from "vitest"; |
| 3 | import { getTraceContext } from "../src/telemetry.js"; |
| 4 | import type { TraceContextProvider } from "../src/types.js"; |
nothing calls this directly
no test coverage detected