2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Removed unused test file + dep

- couple of minor bits of cleanup
This commit is contained in:
Hannah Wolfe 2020-03-20 11:43:00 +00:00
parent e106c6dc1c
commit 99c192e140
2 changed files with 0 additions and 4 deletions

View file

@ -13,7 +13,6 @@ var should = require('should'),
_ = require('lodash'),
testUtils = require('../utils'),
configUtils = require('../utils/configUtils'),
urlUtils = require('../utils/urlUtils'),
config = require('../../server/config'),
settingsCache = require('../../server/services/settings/cache'),
origCache = _.cloneDeep(settingsCache),

View file

@ -1,3 +0,0 @@
module.exports = {
answer: 42
};