We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ce3ca commit 0bfe855Copy full SHA for 0bfe855
vision/system-test/quickstart.test.js
@@ -24,6 +24,6 @@ describe('quickstart', () => {
24
it('should detect labels in a remote file', async () => {
25
const stdout = execSync('node quickstart.js');
26
assert.match(stdout, /Labels:/);
27
- assert.match(stdout.toLowerCase(), /cat/i);
+ assert.match(stdout, /cat/i);
28
});
29
0 commit comments