We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 990f1b5 + 8a7743e commit 6596135Copy full SHA for 6596135
test/fromfile.js
@@ -44,7 +44,7 @@ describe('from file', function () {
44
args = parser.parseArgs(['X', '@recursive', 'Z', '-a', 'B']);
45
assert.deepEqual(args, {a: 'B', x: 'X', y: ['hello world!', 'Z']});
46
});
47
- it('fest reading arguments from an invalid file', function () {
+ it('test reading arguments from an invalid file', function () {
48
assert.throws(
49
function () {
50
args = parser.parseArgs(['@invalid']);
0 commit comments