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 1266838 commit c2a17c7
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 @@ -308,7 +308,7 @@ describe('Regressions', function() {
it('should call "helperMissing" if a helper is missing', function() {
var newHandlebarsInstance = Handlebars.create();

shouldThrow(() => {
shouldThrow(function() {
registerTemplate(newHandlebarsInstance);
newHandlebarsInstance.templates['test.hbs']({});
}, Handlebars.Exception, 'Missing helper: "loud"');
Expand Down

0 comments on commit c2a17c7

Please sign in to comment.