| 1 | import { performance } from 'node:perf_hooks'; |
| 2 | import { threadId } from 'node:worker_threads'; |
| 3 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import type { ActionTrackEntryPayload } from '../user-timing-extensibility-api.type.js'; |
nothing calls this directly
no test coverage detected