* Check if integration tests should run * Tests are skipped if TEST_INTEGRATION env var is not set
()
| 63 | * Tests are skipped if TEST_INTEGRATION env var is not set |
| 64 | */ |
| 65 | function shouldRunIntegrationTests() { |
| 66 | return process.env.TEST_INTEGRATION === "1"; |
| 67 | } |
| 68 | /** |
| 69 | * Validate required API keys are present |
| 70 | * Throws if TEST_INTEGRATION is set but API keys are missing |
no outgoing calls
no test coverage detected