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:
parent
94a5f618bf
commit
7904253f62
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Reference in a new issue