Skip to content

Commit

Permalink
chore: address @ruimarques's code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Apr 30, 2017
1 parent f0e2755 commit 7d64aed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/yargs-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2228,9 +2228,7 @@ describe('yargs-parser', function () {
'--key', 'value',
'-b', '--bool', '--no-meep', '--multi=baz',
'--', '--not-a-flag', '-', '-h', '-multi', '--', 'eek'
], {
'--': true
})
])
result.should.have.property('c', true)
result.should.have.property('a', true)
result.should.have.property('t', true)
Expand Down

0 comments on commit 7d64aed

Please sign in to comment.