Skip to content

Commit

Permalink
fix saucelabs tests (internet explorer)
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Sep 24, 2019
1 parent c2a17c7 commit e3639e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/regressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ describe('Regressions', function() {
newHandlebarsInstance.registerHelper('loud', function(value) {
return value.toUpperCase();
});
let result = newHandlebarsInstance.templates['test.hbs']({name: 'yehuda'});
var result = newHandlebarsInstance.templates['test.hbs']({name: 'yehuda'});
equals(result.trim(), 'YEHUDA');
});

Expand Down

0 comments on commit e3639e2

Please sign in to comment.