| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import type { Client, ScopeContext } from '../../src'; |
| 3 | import { createStackParser, getGlobalScope, getIsolationScope, GLOBAL_OBJ } from '../../src'; |
| 4 | import { Scope } from '../../src/scope'; |
nothing calls this directly
no test coverage detected