Skip to content

Commit

Permalink
added test for licenseText
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Apr 5, 2017
1 parent ad29816 commit c99f612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.js
Expand Up @@ -399,6 +399,7 @@ describe('main tests', function() {
assert.notEqual(json, undefined);
assert.notEqual(json, null);
assert.equal(json.licenseModified, 'no');
assert.ok(json.licenseText);
});

it('should parse json with errors (File exists + no json)', function() {
Expand Down

0 comments on commit c99f612

Please sign in to comment.