()
| 27 | * E2E tests should always run; use mock mode when not opted-in. |
| 28 | */ |
| 29 | export function skipIfNoApiKey(): boolean { |
| 30 | return false |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Check if output indicates an authentication error. |
no outgoing calls
no test coverage detected