diff --git a/extensions/cloudflare-ai-gateway/stream-wrappers.ts b/extensions/cloudflare-ai-gateway/stream-wrappers.ts index 040d3537c13a..5da8b1eae29f 100644 --- a/extensions/cloudflare-ai-gateway/stream-wrappers.ts +++ b/extensions/cloudflare-ai-gateway/stream-wrappers.ts @@ -41,4 +41,3 @@ export function wrapCloudflareAiGatewayProviderStream( /** Test-only access to wrapper decisions and logger injection points. */ export const testing = { log, shouldPatchAnthropicMessagesPayload }; -export { testing as __testing };