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