Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
const
instancesClient =
new
compute.InstancesClient();
26
27
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
28
29
describe(
'preemptible instances tests'
, () => {
30
const
instanceName = generateTestId();
Callers
1
preemptible.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected