Skip to content

Commit

Permalink
Reverse changes and wait for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jul 16, 2023
1 parent c33af85 commit a1c9b28
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/usage.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1019,8 +1019,7 @@ describe('usage tests', () => {
.strict()
.fail(msg => {
return done();
})
.parse();
}).argv;
});

it('accepts valid options', () => {
Expand Down Expand Up @@ -4397,8 +4396,7 @@ describe('usage tests', () => {
qux: {
group: 'Shown:',
},
})
.parse()
}).argv
);

r.logs[0]
Expand Down

0 comments on commit a1c9b28

Please sign in to comment.