| 23 | const fs = require('fs'); |
| 24 | |
| 25 | const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'}); |
| 26 | |
| 27 | const client = new monitoring.AlertPolicyServiceClient(); |
| 28 | const channelClient = new monitoring.NotificationChannelServiceClient(); |
no outgoing calls
no test coverage detected