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

Function execSync

compute/test/samples.test.js:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31const instanceTemplatesClient = new compute.InstanceTemplatesClient();
32
33const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
34
35// A helper for delaying integration tests with an exponential backoff.
36// See examples like: https://github.com/googleapis/nodejs-monitoring/issues/190,

Callers 1

samples.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected