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 9b392e4 commit f37500cCopy full SHA for f37500c
test/completion.js
@@ -46,7 +46,6 @@ describe('Completion', () => {
46
cmd += `node ${yocomplete} completion -- ${yo} $cmd`;
47
48
const result = execFileSync(cmd, {encoding: 'utf8', shell: true});
49
- console.log('result', result);
50
assert.ok(/-f/.test(result));
51
assert.ok(/--force/.test(result));
52
assert.ok(/--version/.test(result));
0 commit comments