MCPcopy 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

19const {execSync} = require('child_process');
20
21const exec = cmd => execSync(cmd, {encoding: 'utf8'});
22
23describe('quickstart', () => {
24 it('should run the quickstart', () => {

Callers 11

test.jsFile · 0.70
startFFFunction · 0.50
startFFFunction · 0.50
startFFFunction · 0.50
periodic.test.jsFile · 0.50
index.test.jsFile · 0.50

Calls 1

execSyncFunction · 0.50

Tested by 3

startFFFunction · 0.40
startFFFunction · 0.40
startFFFunction · 0.40