Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ execSync
Function
execSync
dataproc/system-test/submitJob.test.js:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
});
47
48
const
execSync = cmd =>
49
cp.execSync(cmd, {
50
encoding:
'utf-8'
,
51
});
52
53
describe(
'submit a Spark job to a Dataproc cluster'
, () => {
54
before(
async
() => {
Callers
2
submitJob.test.js
File · 0.70
exec
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected