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

Function exec

dialogflow-cx/test/page-management.test.js:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19const uuid = require('uuid');
20const execSync = require('child_process').execSync;
21const exec = cmd => execSync(cmd, {encoding: 'utf8'});
22
23describe('should test page management functions', async () => {
24 const location = 'global';

Callers 1

Calls 1

execSyncFunction · 0.70

Tested by

no test coverage detected