Skip to content

Commit

Permalink
extra fn to get 100% coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Aug 11, 2014
1 parent 6f3cc5d commit a6972da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unknown.js
Expand Up @@ -77,6 +77,7 @@ test('default and alias is not unknown', function (t) {

t.same(unknown, []);
t.end();
unknownFn(); // exercise fn for 100% coverage
});

test('value following -- is not unknown', function (t) {
Expand Down

0 comments on commit a6972da

Please sign in to comment.