| 1 | import { AsyncIteratorClass, asyncIteratorWithSpan, isAsyncIteratorObject, replicateAsyncIterator } from './iterator' |
| 2 | import * as trace from './otel' |
| 3 | |
| 4 | const runInSpanContextSpy = vi.spyOn(trace, 'runInSpanContext') |
nothing calls this directly
no test coverage detected