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