mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
fixup! Added output to the get helper when the timeout is exceeded
This commit is contained in:
parent
52726aa744
commit
b1d889450f
1 changed files with 1 additions and 3 deletions
|
@ -22,9 +22,7 @@ describe('{{#get}} helper', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
fn = sinon.spy(function () {
|
fn = sinon.spy();
|
||||||
return '';
|
|
||||||
});
|
|
||||||
inverse = sinon.spy();
|
inverse = sinon.spy();
|
||||||
|
|
||||||
locals = {root: {}, globalProp: {foo: 'bar'}};
|
locals = {root: {}, globalProp: {foo: 'bar'}};
|
||||||
|
|
Loading…
Add table
Reference in a new issue