Skip to content

Commit 6596135

Browse files
author
Vitaly Puzrin
committedJun 10, 2015
Merge pull request #80 from tomxtobin/fix-test-typo
Fix minor typo in test description
2 parents 990f1b5 + 8a7743e commit 6596135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/fromfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('from file', function () {
4444
args = parser.parseArgs(['X', '@recursive', 'Z', '-a', 'B']);
4545
assert.deepEqual(args, {a: 'B', x: 'X', y: ['hello world!', 'Z']});
4646
});
47-
it('fest reading arguments from an invalid file', function () {
47+
it('test reading arguments from an invalid file', function () {
4848
assert.throws(
4949
function () {
5050
args = parser.parseArgs(['@invalid']);

0 commit comments

Comments
 (0)
Please sign in to comment.