| 1 | import { afterEach, beforeEach, describe, expect, it } from 'vitest'; |
| 2 | import { getInstrumented, markAsInstrumented } from '../src/instrument'; |
| 3 | |
| 4 | // Clean up the global WeakMap between tests to avoid cross-test pollution |
nothing calls this directly
no test coverage detected