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

Function execSync

batch/test/advanced_creation.test.js:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28const testRunId = customAlphabet(allowedChars, allowedChars.length)();
29
30const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
31
32const cwd = path.join(__dirname, '..');
33

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected