MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/nodejs-docs-samples / execSync

Function execSync

compute/test/regionalTemplate.test.js:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected