refactor(cloudflare-ai-gateway): remove obsolete testing alias (#105394)

This commit is contained in:
Vincent Koc
2026-07-12 15:27:41 +02:00
committed by GitHub
parent 2c98b21584
commit 161525d43c
@@ -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 };