Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wescarr committed Oct 26, 2022
1 parent 200df96 commit bc68a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dash.js
Expand Up @@ -19,7 +19,7 @@ test('-', function (t) {
});

test('-a -- b', function (t) {
t.plan(3);
t.plan(2);
t.deepEqual(parse(['-a', '--', 'b']), { a: true, _: ['b'] });
t.deepEqual(parse(['--a', '--', 'b']), { a: true, _: ['b'] });
});
Expand Down

0 comments on commit bc68a35

Please sign in to comment.