fix saucelabs tests (internet explorer)

This commit is contained in:
Nils Knappmeier
2019-09-25 00:00:51 +02:00
parent 1266838829
commit c2a17c7b30
+1 -1
View File
@@ -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"');