We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27fd90 commit 0c8300cCopy full SHA for 0c8300c
video/system-test/analyze.test.js
@@ -23,7 +23,7 @@ const cmd = `node analyze.js`;
23
24
// analyze_faces
25
test(`should analyze faces`, async (t) => {
26
- const output = console.log(`${cmd} faces gs://nodejs-docs-samples/video/google_gmail.mp4`);
+ const output = await runAsync(`${cmd} faces gs://nodejs-docs-samples/video/google_gmail.mp4`);
27
t.regex(output, 'Thumbnail size: \d+');
28
});
29
0 commit comments