Skip to content

Commit

Permalink
Fix jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajedi32 committed Apr 25, 2016
1 parent 358bd4a commit 42393d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe('metalsmith-matters', function(){
it('should set the parser used for frontmatter', function(done) {
Metalsmith('test/fixtures/parser-option')
.frontmatter(false)
/* jshint evil:true */
.use(frontmatter({parser: function(str) { return eval(str); }}))
.build(function(err, files){
if (err) return done(err);
Expand Down

0 comments on commit 42393d7

Please sign in to comment.