| 25 | const {getStaleDisks, deleteDisk} = require('./util'); |
| 26 | |
| 27 | const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'}); |
| 28 | const cwd = path.join(__dirname, '..'); |
| 29 | |
| 30 | const disksClient = new computeLib.DisksClient(); |
no outgoing calls
no test coverage detected