mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fix lint error in tests
This commit is contained in:
parent
b7fdf7d872
commit
6054086feb
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ describe('Core Helpers', function () {
|
|||
};
|
||||
|
||||
beforeEach(function (done) {
|
||||
var adminHbs = hbs.create(),
|
||||
existingConfig = helpers.__get__('config');
|
||||
var adminHbs = hbs.create();
|
||||
helpers = rewire('../../server/helpers');
|
||||
sandbox = sinon.sandbox.create();
|
||||
apiStub = sandbox.stub(api.settings, 'read', function () {
|
||||
|
|
Loading…
Reference in a new issue