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

Function exec

mediatranslation/test/quickstart.test.js:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23const filePath = path.join(__dirname, '..', 'resources/audio.raw');
24const exec = cmd => execSync(cmd, {encoding: 'utf-8'});
25
26// skip this test because testing code sample is deprecated
27describe('Quickstart', () => {

Callers 1

quickstart.test.jsFile · 0.70

Calls 1

execSyncFunction · 0.50

Tested by

no test coverage detected