0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

fix test issues on node v6 (#7106)

This commit is contained in:
Austin Burdine 2016-07-18 11:22:37 -06:00 committed by Hannah Wolfe
parent 94a5f618bf
commit 7904253f62

View file

@ -1,5 +1,5 @@
var sinon = require('sinon'),
mail = require(__dirname + '../../../../server/mail'),
mail = require('../../../server/mail'),
sandbox = sinon.sandbox.create();
describe('Mail: Utils', function () {