Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc68a35

Browse files
committed
Fix tests
1 parent 200df96 commit bc68a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test('-', function (t) {
1919
});
2020

2121
test('-a -- b', function (t) {
22-
t.plan(3);
22+
t.plan(2);
2323
t.deepEqual(parse(['-a', '--', 'b']), { a: true, _: ['b'] });
2424
t.deepEqual(parse(['--a', '--', 'b']), { a: true, _: ['b'] });
2525
});

0 commit comments

Comments
 (0)