| 1 | import type { RequestInfo } from '@cloudflare/workers-types'; |
| 2 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import { instrumentFetcher } from '../../src/instrumentations/worker/instrumentFetcher'; |
| 4 |
nothing calls this directly
no test coverage detected