Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ exec
Function
exec
datalabeling/test/test.js:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
const
{execSync} = require(
'child_process'
);
20
21
const
exec = cmd => execSync(cmd, {encoding:
'utf8'
});
22
23
describe(
'quickstart'
, () => {
24
it(
'should run the quickstart'
, () => {
Callers
11
test.js
File · 0.70
startFF
Function · 0.50
startFF
Function · 0.50
startFF
Function · 0.50
periodic.test.js
File · 0.50
index.test.js
File · 0.50
createFilesetEntry.test.js
File · 0.50
lookupEntry.test.js
File · 0.50
createEntryGroup.test.js
File · 0.50
createFilesetEntry.test.js
File · 0.50
deleteFilesetEntry.test.js
File · 0.50
Calls
1
execSync
Function · 0.50
Tested by
3
startFF
Function · 0.40
startFF
Function · 0.40
startFF
Function · 0.40