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

Function execSync

compute/test/preemptible.test.js:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const instancesClient = new compute.InstancesClient();
26
27const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
28
29describe('preemptible instances tests', () => {
30 const instanceName = generateTestId();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected