Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Mar 30, 2015
1 parent 80c2a9a commit d49d99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/jsdoc/util/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('jsdoc/util/markdown', function() {

expect(parser(markdownText)).toBe(convertedText);
});

it('should hardwrap new lines when hardwrap is enabled', function() {
var storage = setMarkdownConf({hardwrap: true});
var parser = markdown.getParser();
Expand Down

0 comments on commit d49d99c

Please sign in to comment.