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

Function execSync

speech/system-test/betaFeatures.test.js:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const cp = require('child_process');
21
22const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
23
24const cmd = 'node betaFeatures.js';
25const cwd = path.join(__dirname, '..');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected