Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ exec
Function
exec
dialogflow/system-test/detect.test.js:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
.replace(/(\s+)/g,
'\\$1'
);
31
32
const
exec = cmd => execSync(cmd, {encoding:
'utf8'
});
33
34
describe(
'basic detection'
, () => {
35
it(
'should detect text queries'
,
async
() => {
Callers
1
detect.test.js
File · 0.70
Calls
1
execSync
Function · 0.50
Tested by
no test coverage detected