Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ execSync
Function
execSync
compute/test/reservations.test.js:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
const
{getStaleReservations, deleteReservation} = require(
'./util'
);
25
26
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
27
const
cwd = path.join(__dirname,
'..'
);
28
29
describe(
'Compute reservation'
,
async
() => {
Callers
1
reservations.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected