| 1 | import { beforeEach, describe, expect, test, vi } from 'vitest'; |
| 2 | import { type Client, setCurrentClient, type Span, trpcMiddleware } from '../../src'; |
| 3 | import * as currentScopes from '../../src/currentScopes'; |
| 4 | import * as exports from '../../src/exports'; |
nothing calls this directly
no test coverage detected