Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200df96 commit bc68a35Copy full SHA for bc68a35
test/dash.js
@@ -19,7 +19,7 @@ test('-', function (t) {
19
});
20
21
test('-a -- b', function (t) {
22
- t.plan(3);
+ t.plan(2);
23
t.deepEqual(parse(['-a', '--', 'b']), { a: true, _: ['b'] });
24
t.deepEqual(parse(['--a', '--', 'b']), { a: true, _: ['b'] });
25
0 commit comments