| 1 | import { afterEach, describe, expect, it } from 'bun:test' |
| 2 | import type { ResolvedAuthSession } from '../auth/runtime/types.js' |
| 3 | import { buildTelemetryIdentityAttributes } from './telemetryAttributes.js' |
| 4 |
nothing calls this directly
no test coverage detected