| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { HTTP_ON_CLIENT_REQUEST } from '../../../../src/integrations/http/constants'; |
| 3 | import { patchHttpModuleClient } from '../../../../src/integrations/http/client-patch'; |
| 4 | import type { HttpClientRequest, HttpExport } from '../../../../src/integrations/http/types'; |
nothing calls this directly
no test coverage detected