| 1 | import { describe, expect, it, vi } from 'vitest'; |
| 2 | import type { ScopeData } from '../../../src'; |
| 3 | import { Scope, startInactiveSpan } from '../../../src'; |
| 4 | import * as currentScopes from '../../../src/currentScopes'; |
nothing calls this directly
no test coverage detected