fixup! Added output to the get helper when the timeout is exceeded

This commit is contained in:
Fabien O'Carroll 2024-02-27 10:25:56 -05:00
parent 52726aa744
commit b1d889450f

View File

@ -22,9 +22,7 @@ describe('{{#get}} helper', function () {
});
beforeEach(function () {
fn = sinon.spy(function () {
return '';
});
fn = sinon.spy();
inverse = sinon.spy();
locals = {root: {}, globalProp: {foo: 'bar'}};