Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Mar 19, 2018
1 parent 7fa89f4 commit 14c8720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared/partials.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports.test = function(name) {
done();
});
});
} else if (name == 'underscore') {
} else if (name === 'underscore') {
it('should support partials', function(done){
var path = 'test/fixtures/' + name + '/partials.' + name;
var locals = {
Expand Down

0 comments on commit 14c8720

Please sign in to comment.