Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Mar 31, 2018
1 parent cc47703 commit f926841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/yargs-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1494,8 +1494,8 @@ describe('yargs-parser', function () {
var result = parser(['-a=hello', 'world', '-b',
'33', '22', '--foo', 'red', 'green',
'--bar=cat', 'dog'], {
array: ['a', 'b', 'foo', 'bar']
})
array: ['a', 'b', 'foo', 'bar']
})

Array.isArray(result.a).should.equal(true)
result.a.should.include('hello')
Expand Down

0 comments on commit f926841

Please sign in to comment.