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

Function execSync

compute/test/suspendResume.test.js:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const zoneOperationsClient = new compute.ZoneOperationsClient();
27
28const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
29
30describe('suspend/resume instance tests', () => {
31 const instanceName = generateTestId();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected