| 24 | const computeLib = require('@google-cloud/compute'); |
| 25 | |
| 26 | const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'}); |
| 27 | const cwd = path.join(__dirname, '..'); |
| 28 | |
| 29 | async function deleteDisk(projectId, region, diskName) { |
no outgoing calls
no test coverage detected