Skip to content

Commit

Permalink
test: remove console.log (#2157)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
jly36963 and bcoe committed May 14, 2022
1 parent 5685382 commit b42e0ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/usage.cjs
Expand Up @@ -3968,7 +3968,6 @@ describe('usage tests', () => {
.strict()
.parse()
);
console.log(r);
r.errors[0]
.split('\n')
.should.deep.equal([
Expand Down

0 comments on commit b42e0ca

Please sign in to comment.