mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed tests
refs TryGhost/Team#728 - After history migration the tests were referencing modules using previous folder structure
This commit is contained in:
parent
cb2c40d2cb
commit
fd4e0a44c4
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
const should = require('should');
|
||||
require('./utils');
|
||||
|
||||
const sinon = require('sinon');
|
||||
const moment = require('moment');
|
||||
const uuid = require('uuid');
|
||||
|
||||
const UpdateCheckService = require('../../../core/server/update-check-service');
|
||||
const UpdateCheckService = require('../lib/update-check-service');
|
||||
|
||||
describe('Update Check', function () {
|
||||
const internal = {context: {internal: true}};
|
||||
|
|
Loading…
Add table
Reference in a new issue