| 23 | const {RegionInstanceTemplatesClient} = require('@google-cloud/compute').v1; |
| 24 | |
| 25 | const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'}); |
| 26 | const cwd = path.join(__dirname, '..'); |
| 27 | |
| 28 | describe('Regional instance template', async () => { |
no outgoing calls
no test coverage detected