Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ execSync
Function
execSync
texttospeech/test/synthesize.test.js:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
const
{after, beforeEach, describe, it} = require(
'mocha'
);
23
24
const
execSync = cmd => cp.execSync(cmd, {encoding:
'utf-8'
});
25
const
cmd =
'node synthesize.js'
;
26
const
text =
'Hello there.'
;
27
const
ssml =
'<speak>Hello there.</speak>'
;
Callers
1
synthesize.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected