| 1 | import { type PerformanceEntry, performance } from 'node:perf_hooks'; |
| 2 | import type { MockedFunction } from 'vitest'; |
| 3 | import { MockPerformanceObserver } from '@code-pushup/test-utils'; |
| 4 | import { MockAppendableSink } from '../../mocks/sink.mock'; |
nothing calls this directly
no test coverage detected