Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
test: Add coverage for template tags in message (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garbee authored and stevemao committed Jul 5, 2017
1 parent b12933d commit 3d34ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/validateMessage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ describe('validate-commit-msg.js', function() {
expect(m.validateMessage('revert: feat($location): something')).to.equal(VALID);
expect(m.validateMessage('style($http): something')).to.equal(VALID);
expect(m.validateMessage('test($resource): something')).to.equal(VALID);
expect(m.validateMessage('fix(build): Use of `template` tags')).to.equal(VALID);

expect(errors).to.deep.equal([]);
expect(logs).to.deep.equal([]);
Expand Down

0 comments on commit 3d34ba0

Please sign in to comment.